mirror of
https://github.com/YuhangQ/InvoDB.git
synced 2025-01-26 06:30:57 +00:00
17 lines
334 B
JSON
17 lines
334 B
JSON
{
|
|
"name": "invodb-benchmark",
|
|
"version": "1.0.0",
|
|
"description": "测试invodb的性能",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"invodb": "^1.0.18",
|
|
"sequelize": "^6.9.0",
|
|
"sqlite3": "^5.0.2"
|
|
}
|
|
}
|