-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 824 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 824 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
{
"name": "flatline",
"version": "0.1.0",
"scripts": {
"init": "npx ts-node scripts/initialize.ts",
"migrate": "npx ts-node scripts/migrate.ts",
"deposit-lp": "npx ts-node scripts/deposit-lp.ts",
"check-lp": "npx ts-node scripts/check-lp-pool.ts",
"init-asset-registry": "npx ts-node scripts/initialize-asset-registry.ts",
"add-asset": "npx ts-node scripts/add-asset.ts",
"test": "anchor test"
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@solana/web3.js": "^1.87.6"
},
"devDependencies": {
"@pythnetwork/pyth-solana-receiver": "^0.14.0",
"@types/chai": "4",
"@types/mocha": "10",
"@types/node": "^20.0.0",
"chai": "4",
"jito-ts": "^4.2.1",
"mocha": "10",
"ts-mocha": "10",
"ts-node": "^10.9.2",
"typescript": "^5.0.0"
}
}