28 lines
600 B
JSON
28 lines
600 B
JSON
{
|
|
"name": "c-kzg",
|
|
"version": "1.1.2",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.2.1",
|
|
"jest": "^29.2.2",
|
|
"node-gyp": "^9.3.0",
|
|
"prettier": "2.7.1",
|
|
"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
|
|
}
|