blob: f8acfa1d936d1a6285c7f1741265126e52582624 [file]
{
"name": "@apache-fory/hps",
"version": "0.18.0-alpha.0",
"description": "Apache Fory™ nodejs high-performance suite",
"homepage": "https://fory.apache.org/docs/guide/javascript",
"main": "dist/index.js",
"files": [
"dist",
"src",
"scripts/preinstall.js",
"binding.gyp"
],
"gypfile": false,
"scripts": {
"preinstall": "node ./scripts/preinstall.js",
"build": "node ./scripts/build.js",
"prepublishOnly": "npm run build"
},
"license": "Apache-2.0",
"repository": "git@github.com:apache/fory.git",
"dependencies": {
"bindings": "~1.2.1",
"fs-extra": "^11.3.0",
"nan": "^2.22.0",
"node-gyp": "^11.0.0"
},
"engines": {
"node": "^20.0.0"
}
}