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

26 lines
524 B
JSON
Raw Normal View History

2022-11-02 05:22:14 +00:00
{
"name": "c-kzg",
"version": "0.0.1",
"description": "",
"author": "Dan Coffman",
2022-11-02 20:21:41 +00:00
"main": "runnable.js",
2022-11-02 05:22:14 +00:00
"gypfile": true,
"scripts": {
"clean": "node-gyp clean",
2022-11-02 20:45:29 +00:00
"build": "node-gyp rebuild",
"test": "jest"
2022-11-02 05:22:14 +00:00
},
"devDependencies": {
2022-11-02 20:45:29 +00:00
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.1",
"jest": "^29.2.2",
"node-gyp": "^9.3.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
2022-11-02 05:22:14 +00:00
},
"dependencies": {
2022-11-02 20:21:41 +00:00
"bindings": "^1.5.0",
2022-11-02 05:22:14 +00:00
"node-addon-api": "^5.0.0"
}
}