package.json
1 { 2 "name": "c-kzg", 3 "version": "3.0.2", 4 "description": "NodeJS bindings for C-KZG", 5 "contributors": [ 6 "Dan Coffman <dgcoffman@gmail.com>", 7 "Matthew Keil <me@matthewkeil.com>" 8 ], 9 "license": "MIT", 10 "dependencies": { 11 "node-addon-api": "^5.0.0", 12 "bindings": "^1.5.0" 13 }, 14 "devDependencies": { 15 "@types/jest": "^29.2.1", 16 "@typescript-eslint/eslint-plugin": "^5.57.0", 17 "@typescript-eslint/parser": "^5.57.0", 18 "eslint": "^8.37.0", 19 "eslint-plugin-import": "^2.27.5", 20 "eslint-plugin-node": "^11.1.0", 21 "eslint-plugin-prettier": "^4.2.1", 22 "jest": "^29.2.2", 23 "node-gyp": "^9.3.0", 24 "prettier": "2.7.1", 25 "ts-jest": "^29.0.3", 26 "typescript": "^4.8.4", 27 "glob": "^9.1.0", 28 "js-yaml": "^4.1.0" 29 }, 30 "repository": { 31 "type": "git", 32 "url": "git+https://github.com/ethereum/c-kzg-4844.git" 33 }, 34 "bugs": { 35 "url": "https://github.com/ethereum/c-kzg-4844/issues" 36 }, 37 "homepage": "https://github.com/ethereum/c-kzg-4844", 38 "main": "lib/kzg.js", 39 "types": "lib/kzg.d.ts", 40 "gypfile": true 41 }