Files
zk-nullifier-sig/javascript/package.json
2023-10-06 22:23:07 +03:00

30 lines
657 B
JSON

{
"name": "plume-sig",
"version": "2.0.2",
"packageManager": "yarn@3.2.4",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/js-sha512": "^0",
"@types/node": "^18.11.9",
"@types/nodemon": "^1.19.2",
"jest": "^29.7.0",
"nodemon": "^2.0.20",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@noble/secp256k1": "^1.7.0",
"amcl-js": "^3.1.0",
"js-sha256": "^0.10.1"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "nodemon",
"build": "tsc",
"test": "jest",
"publish": "yarn build && npm publish"
}
}