-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 869 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 869 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
{
"name": "intentguard",
"version": "0.1.0",
"private": true,
"description": "IntentGuard — Solana 2FA: cryptographic intent verification protocol",
"scripts": {
"build": "anchor build",
"test": "anchor test",
"test:unit": "vitest run",
"test:unit:watch": "vitest"
},
"dependencies": {
"@coral-xyz/anchor": "^0.32.1",
"@noble/ciphers": "^2.1.1",
"@solana/spl-token": "^0.4.12",
"@solana/web3.js": "^1.98.4",
"@sqds/multisig": "^2.1.4",
"express": "^5.2.1",
"stripe": "^20.4.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/chai": "^4.3.19",
"@types/express": "^5.0.6",
"@types/mocha": "^10.0.10",
"@types/ws": "^8.18.1",
"chai": "^4.5.0",
"mocha": "^10.8.2",
"ts-mocha": "^10.0.0",
"typescript": "^5.7.0",
"vitest": "^4.0.18",
"ws": "^8.19.0"
}
}