InvoDB/package.json

27 lines
628 B
JSON
Raw Normal View History

2021-11-12 15:58:21 +08:00
{
"name": "invodb",
2021-12-05 22:52:47 +08:00
"version": "1.1.1",
2021-11-12 15:58:21 +08:00
"description": "a nosql json document database",
"main": "index.js",
"scripts": {
2021-11-13 12:53:14 +08:00
"test": "clear && node-gyp build && node demo/test.js",
2021-11-24 23:42:10 +08:00
"install": "cmake-js compile",
"build": "cmake-js compile"
2021-11-12 15:58:21 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/YuhangQ/InvoDB.git"
},
"author": "",
"license": "ISC",
"gypfile": true,
"bugs": {
"url": "https://github.com/YuhangQ/InvoDB/issues"
},
"homepage": "https://github.com/YuhangQ/InvoDB#readme",
"dependencies": {
2021-11-24 23:42:10 +08:00
"cmake-js": "^6.2.1",
2021-11-13 23:15:21 +08:00
"node-addon-api": "^4.2.0"
2021-11-12 15:58:21 +08:00
}
}