c-kzg-4844/bindings/node.js/package.json

27 lines
570 B
JSON

{
"name": "c-kzg",
"version": "0.0.1",
"description": "NodeJS bindings for C-KZG",
"author": "Dan Coffman",
"license": "MIT",
"main": "kzg.ts",
"scripts": {
"clean": "node-gyp clean",
"build": "node-gyp rebuild",
"test": "jest"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.1",
"jest": "^29.2.2",
"node-addon-api": "^5.0.0",
"node-gyp": "^9.3.0",
"prettier": "2.7.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"dependencies": {
"bindings": "^1.5.0"
}
}