civetkern
Version:
civet database
32 lines (31 loc) • 883 B
JSON
{
"name": "civetkern",
"version": "0.3.6",
"description": "civet database",
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"prebuild": "prebuild --all --strip",
"rebuild": "node-gyp rebuild --verbose",
"build": "node-gyp configure && node-gyp build",
"test": "node_modules/.bin/mocha test/function.test.js",
"test:performance": "node_modules/.bin/mocha --timeout 15000 test/performance.test.js"
},
"keywords": [
"nodejs",
"c++",
"civet",
"addon"
],
"gypfile": true,
"author": "webberg",
"license": "MIT",
"dependencies": {
"node-addon-api": "^3.0.2"
},
"devDependencies": {
"@vue/cli": "^4.5.11",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"node-gyp": "^8.1.0"
}
}