InvoDB/package.json
2021-12-05 22:52:47 +08:00

27 lines
628 B
JSON

{
"name": "invodb",
"version": "1.1.1",
"description": "a nosql json document database",
"main": "index.js",
"scripts": {
"test": "clear && node-gyp build && node demo/test.js",
"install": "cmake-js compile",
"build": "cmake-js compile"
},
"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": {
"cmake-js": "^6.2.1",
"node-addon-api": "^4.2.0"
}
}