forked from sparsity-xyz/spin-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@zkspin/sdk",
"version": "0.0.9",
"description": "SDK for developing on-chain ZK proved application.",
"main": "dist/index.js",
"scripts": {
"build": "tsc && node script/add-shebang.js",
"start": "ts-node src/index.ts",
"test": "mocha tests/*.ts"
},
"bin": {
"zkspin": "dist/src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zkspin/lib": "^1.0.14",
"commander": "^12.1.0",
"ethers": "^6.13.2",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"simple-git": "^3.26.0",
"zkwasm-service-helper": "github:tohacking/zkWasm-service-helper"
},
"devDependencies": {
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.2",
"chai": "^4.2.0",
"mocha": "^10.7.3",
"tsx": "^4.19.0",
"typescript": "^5.4.5"
}
}