-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.8 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "staratlas-lab-solanabot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc && node scripts/copy-assets.js",
"start": "ts-node src/main.ts",
"pm2": "pm2 start ./dist/ecosystem.config.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kherr9/staratlas-lab-solanabot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kherr9/staratlas-lab-solanabot/issues"
},
"homepage": "https://github.com/kherr9/staratlas-lab-solanabot#readme",
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/jest": "^29.5.14",
"@types/jsdom": "^21.1.7",
"@types/yargs": "^17.0.33",
"git-rev-sync": "^3.0.2",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@jup-ag/api": "^6.0.30",
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-web3js-adapters": "^0.9.2",
"@solana/web3.js": "^1.95.4",
"@staratlas/anchor": "^0.25.1",
"@staratlas/cargo": "^1.0.5",
"@staratlas/claim-stake": "^0.12.0",
"@staratlas/crafting": "^1.0.5",
"@staratlas/data-source": "^0.8.3",
"@staratlas/factory": "^0.7.1",
"@staratlas/player-profile": "^0.11.0",
"@staratlas/points": "^1.0.5",
"@staratlas/points-store": "^1.0.5",
"@staratlas/profile-faction": "^0.6.0",
"@staratlas/sage": "^1.8.6",
"async-wait-until": "^2.0.12",
"axios": "^1.7.7",
"bip39": "^3.1.0",
"borsh": "^2.0.0",
"csv-parse": "^5.5.6",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"ed25519-hd-key": "^1.3.0",
"spl-token-new": "npm:@solana/spl-token@^0.3.7",
"sqlite3": "^5.1.7",
"yargs": "^17.7.2"
}
}