forked from proofcarryingdata/pod-issuer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.json
24 lines (24 loc) · 1.02 KB
/
deno.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
{
"tasks": {
"dev": "deno run --watch --cached-only --allow-sys --allow-env --allow-read=./,node_modules/.deno/@[email protected]/node_modules/@pcd/proto-pod-gpc-artifacts --allow-write=./ --allow-net --no-prompt src/index.ts"
},
"vendor": true,
"imports": {
"@pcd/email-pcd": "npm:@pcd/email-pcd@^0.6.4",
"@pcd/gpc": "npm:@pcd/gpc@^0.1.0",
"@pcd/gpc-pcd": "npm:@pcd/gpc-pcd@^0.0.6",
"@pcd/pod": "npm:@pcd/pod@^0.1.4",
"@pcd/pod-pcd": "npm:@pcd/pod-pcd@^0.1.5",
"@pcd/proto-pod-gpc-artifacts": "npm:@pcd/proto-pod-gpc-artifacts@^0.5.0",
"@pcd/semaphore-signature-pcd": "npm:@pcd/semaphore-signature-pcd@^0.11.4",
"@std/path": "jsr:@std/path@^1.0.1",
"@types/express": "npm:@types/express@^4.17.21",
"body-parser": "npm:body-parser@^1.20.2",
"cors": "npm:cors@^2.8.5",
"express": "npm:express@^4.19.2",
"express-basic-auth": "npm:express-basic-auth@^1.2.1",
"json-bigint": "npm:json-bigint@^1.0.0",
"uuid": "npm:uuid@^10.0.0"
},
"unstable": ["kv"]
}