blob: 4febf187f9fd9ffcf87651d0fd66f780868590a9 [file]
{
"name": "@furyjs/hps",
"version": "0.5.0.dev",
"description": "fury nodejs high-performance suite",
"main": "dist/index.js",
"files": [
"dist",
"src",
"binding.gyp"
],
"scripts": {
"postinstall": "npx node-gyp rebuild",
"build": "npx node-gyp rebuild && tsc",
"prepublishOnly": "npm run build"
},
"license": "Apache",
"dependencies": {
"bindings": "~1.2.1",
"nan": "^2.17.0",
"node-gyp": "^9.4.0"
},
"engines": {
"node": "^20.0.0"
}
}