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

28 lines
600 B
JSON
Raw Normal View History

2022-11-01 22:22:14 -07:00
{
"name": "c-kzg",
"version": "1.1.2",
2022-11-03 15:13:49 -07:00
"description": "NodeJS bindings for C-KZG",
"contributors": [
"Dan Coffman <dgcoffman@gmail.com>",
"Matthew Keil <me@matthewkeil.com>"
],
"license": "MIT",
"dependencies": {
"node-addon-api": "^5.0.0",
"bindings": "^1.5.0"
},
2022-11-01 22:22:14 -07:00
"devDependencies": {
2022-11-02 13:45:29 -07:00
"@types/jest": "^29.2.1",
"jest": "^29.2.2",
"node-gyp": "^9.3.0",
2022-11-03 15:13:49 -07:00
"prettier": "2.7.1",
2022-11-02 13:45:29 -07:00
"ts-jest": "^29.0.3",
"typescript": "^4.8.4",
"glob": "^9.1.0",
"js-yaml": "^4.1.0"
},
"main": "lib/kzg.js",
"types": "lib/kzg.d.ts",
"gypfile": true
2022-11-01 22:22:14 -07:00
}