-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 750 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 750 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
{
"scripts": {
"start": "tsc --build && node dist/index.js",
"dev": "ts-node-dev index.ts",
"build": "tsc --build"
},
"dependencies": {
"@solana/spl-token": "0.4.3",
"@solana/web3.js": "^1.94.0",
"@wen-moon-ser/moonshot-sdk": "^0.1.0-alpha.0.0.2",
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-validator": "^7.1.0",
"node-cron": "^3.0.3"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/bs58": "^4.0.4",
"@types/cors": "^2.8.17",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/node-cron": "^3.0.11",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.3"
}
}