{ "name": "c-kzg", "version": "1.1.2", "description": "NodeJS bindings for C-KZG", "contributors": [ "Dan Coffman ", "Matthew Keil " ], "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 }