c-kzg-4844/bindings/node.js/package.json
Matthew Keil 2642595e39
Reorganize/Clean-Up Node Bindings (#189)
* refactor(node-bindings): create src/lib/test folders

* feat(node-bindings): update bundle/publish commands

* refactor(node-bindings): remove unused files and dependencies

* refactor(node-bindings): move fixtures to __fixtures__

* fix(node-bindings): revert format of fixture json file

* fix(node-bindings): prettierignore and gitignore

* feat(node-bindings): add bindings package

* fix(node-bindings): fix test setup path

* fix(node-bindings): remove post-build copy action in bindings.gyp

* fix(node-bindings): package.json keys

* Update contributors

---------

Co-authored-by: George Kadianakis <desnacked@riseup.net>
2023-03-09 18:21:28 +02:00

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
}