blob: db6e4c91b88d6c2eda10c0ab341e4be4abad38b3 [file]
{
"name": "@furyjs/hps",
"version": "0.5.0.dev",
"description": "Apache Fury™(incubating) nodejs high-performance suite",
"main": "dist/index.js",
"files": [
"dist",
"src",
"binding.gyp"
],
"gypfile": false,
"scripts": {
"postinstall": "node -e \"if (process.version.match(/v(\\d+)/)[1] >= 20 && process.platform !== 'win32') { require('child_process').execSync('npx node-gyp rebuild') } \"",
"build": "node -e \"if (process.version.match(/v(\\d+)/)[1] >= 20 && process.platform !== 'win32') { require('child_process').execSync('npx node-gyp rebuild && tsc') } \"",
"prepublishOnly": "npm run build"
},
"license": "Apache-2.0",
"dependencies": {
"bindings": "~1.2.1",
"nan": "^2.17.0",
"node-gyp": "^9.4.0"
},
"engines": {
"node": "^20.0.0"
}
}