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

20 lines
354 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",
"build": "node-gyp rebuild"
},
"devDependencies": {
"node-gyp": "^9.3.0"
},
"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"
}
}