InvoDB/package.json

25 lines
569 B
JSON
Raw Normal View History

2021-11-12 15:58:21 +08:00
{
"name": "invodb",
"version": "1.0.0",
"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-12 15:58:21 +08:00
"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"
}
}