InvoDB/package.json
2021-11-13 14:34:59 +08:00

26 lines
595 B
JSON

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