-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 728 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
{
"name": "meteora-alpha-vault-bundler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"launch:dammv2": "NODE_NO_WARNINGS=1 tsx src/damm-v2-launch.ts",
"mint:token": "tsx src/token_mint.ts",
"create:alpha-vault:fcfs": "NODE_NO_WARNINGS=1 tsx src/alpha-vault-fcfs.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "commonjs",
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "^2.13.0",
"@meteora-ag/alpha-vault": "^1.1.15",
"@meteora-ag/cp-amm-sdk": "^1.3.6",
"@solana/spl-token": "^0.4.14",
"@solana/web3.js": "^1.98.4",
"bn.js": "^5.2.3",
"bs58": "^6.0.0",
"dotenv": "^17.3.1",
"tsx": "^4.21.0"
}
}