forked from zkcloudworker/zkcloudworker-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 958 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
36
37
38
39
40
41
{
"name": "zkcloudworker",
"description": "zkCloudWorker library",
"keywords": [
"cloud",
"proofs",
"proving",
"minanft",
"socialcap",
"library",
"TypeScript",
"mina",
"zkapp",
"zk",
"blockchain",
"web3",
"zero knowledge"
],
"version": "0.14.9",
"homepage": "https://docs.zkcloudworker.com",
"repository": "[email protected]:zkcloudworker/zkcloudworker-lib.git",
"main": "src/index.ts",
"author": "dfst.io",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"compile": "rm -rf dist/lib && tsc && tsc --build tsconfig.web.json",
"login": "yarn npm login",
"publish": "yarn compile && cd dist && yarn npm publish --access public && cd .."
},
"dependencies": {
"axios": "^1.7.7",
"chalk": "^4.1.2",
"o1js": "^1.8.0"
},
"devDependencies": {
"@types/node": "^22.7.5",
"typescript": "5.6.3"
},
"packageManager": "[email protected]"
}