-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 915 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 915 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
35
{
"name": "stabble-mclmm",
"version": "1.0.0",
"description": "Forked from Raydium's AMM-v3",
"main": "index.js",
"scripts": {
"cli": "npx ts-node --files cli",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stabbleorg/clmm.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/stabbleorg/clmm/issues"
},
"homepage": "https://github.com/stabbleorg/clmm#readme",
"dependencies": {
"@coral-xyz/anchor": "^0.31.1",
"@solana-program/token": "^0.6.0",
"@solana-program/token-2022": "^0.5.0",
"@solana/kit": "^3.0.3",
"@solana/spl-token": "^0.4.14",
"commander": "^14.0.1",
"dotenv": "^17.2.2",
"@types/bn.js": "^5.2.0",
"bn.js": "^5.2.2",
"decimal.js": "^10.6.0",
"typescript": "^5.9.2"
}
}