forked from KarmaENT/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 853 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 853 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
36
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc && node dist/src/app.js",
"dev": "nodemon src/app.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@raydium-io/raydium-sdk": "^1.3.1-beta.58",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.95.4",
"axios": "^1.7.7",
"bip32": "^5.0.0-rc.0",
"bip39": "^3.1.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"http": "^0.0.1-security",
"openai": "^4.68.4",
"redis": "^4.7.0",
"socket.io": "^4.8.1",
"twitter-api-v2": "^1.18.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"nodemon": "^3.1.7",
"typescript": "^5.6.3"
}
}