-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 KB
/
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
{
"name": "switchboard-secrets-on-demand",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build && node --no-deprecation build/index.js",
"build": "rimraf ./build && tsc"
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@solana-developers/helpers": "^2.3.0",
"@solana/web3.js": "^1.91.4",
"@switchboard-xyz/common": "^2.3.17",
"@switchboard-xyz/on-demand": "^1.0.4",
"@switchboard-xyz/solana.js": "^3.2.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"readline": "^1.3.0",
"readline-sync": "^1.4.10",
"resolve-dir": "^1.0.1",
"shelljs": "^0.8.5",
"tsx": "^4.7.2",
"tweetnacl": "^1.0.3"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.7",
"@types/readline-sync": "^1.4.8",
"@types/resolve-dir": "^0.0.0",
"@types/shelljs": "^0.8.15",
"nodemon": "^3.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}