{ "name": "c-kzg", "version": "0.0.1", "description": "NodeJS bindings for C-KZG", "author": "Dan Coffman", "license": "MIT", "main": "dist/index.js", "scripts": { "clean": "node-gyp clean", "build": "node-gyp rebuild", "test": "jest", "format": "yarn prettier --write .", "bundle": "rollup --config rollup.config.js --bundleConfigAsCjs" }, "devDependencies": { "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-typescript": "^9.0.2", "@types/jest": "^29.2.1", "jest": "^29.2.2", "node-addon-api": "^5.0.0", "node-gyp": "^9.3.0", "prettier": "2.7.1", "ts-jest": "^29.0.3", "tslib": "^2.4.1", "typescript": "^4.8.4" }, "dependencies": {} }