blob: 51771b90405f949f5cdb08868be50d7a95f8d046 [file] [log] [blame]
{
"name": "@furyjs/hps",
"version": "0.5.0",
"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"
}
}