blob: 5a6c05b8c450ce42a11f7c38e39b609f047ac9ad [file]
{
"name": "@furyjs/fury",
"version": "0.5.3-beta",
"description": "A blazing fast multi-language serialization framework powered by jit and zero-copy",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"license": "Apache",
"devDependencies": {
"@types/node": "^18.7.21",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"benchmark": "^2.1.4",
"eslint": "^8.25.0",
"jest": "^29.5.0",
"jest-junit": "^16.0.0",
"protobufjs": "^7.2.4",
"ts-jest": "^29.0.2",
"typescript": "^4.8.4"
},
"dependencies": {
"node-gyp": "^9.4.0",
"tslib": "^2.4.0"
},
"repository": "git@github.com:apache/incubator-fury.git",
"workspaces": [
"packages/hps"
]
}