InvoDB/package.json

25 lines
568 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": {
"test": "echo \"Error: no test specified\" && exit 1",
"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"
}
}