-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 922 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 922 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
{
"name": "protocol-core",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "anchor test",
"litesvm-transfer-sol": "node ./tests-litesvm-ts/transfer-sol.ts",
"litesvm-coverage": "node ./tests-litesvm-ts/test-coverage.ts",
"litesvm-trustscore": "node ./tests-litesvm-ts/clock-tests.ts",
"cu-budget": "node ./scripts/makeComputeBudgetDoc.ts"
},
"overrides": {
"serialize-javascript": ">=7.0.3",
"diff": ">=7.0.0",
"uuid": "^14.0.0"
},
"devDependencies": {
"@coral-xyz/anchor": "^0.32.1",
"@solana/buffer-layout-utils": "^0.3.0",
"@solana/buffer-layout": "^4.0.1",
"@solana/kit": "^6.8.0",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^10.0.10",
"chai": "^4.5.0",
"litesvm": "^0.7.0",
"mocha": "^10.8.2",
"ts-mocha": "^10.0.0",
"typescript": "^6.0.2"
}
}