-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 888 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 888 Bytes
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
{
"name": "hydentity",
"version": "0.1.0",
"description": "Solana SNS Privacy Wrapper - Private receiving via Umbra Protocol",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"dev": "turbo run dev",
"anchor:build": "anchor build",
"anchor:test": "anchor test",
"anchor:deploy": "anchor deploy"
},
"dependencies": {
"@arcium-hq/client": "0.5.4"
},
"devDependencies": {
"@coral-xyz/anchor": "^0.32.1",
"@solana/web3.js": "^1.95.3",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.4",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"turbo": "^2.0.0",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@10.18.2"
}