-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.21 KB
/
package.json
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
{
"name": "pump-backend",
"version": "1.0.0",
"main": "server.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon && tsx src/server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@coral-xyz/anchor": "^0.30.0",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/umi": "^0.9.1",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.1",
"@pinata/sdk": "^2.1.0",
"@raydium-io/raydium-sdk": "^1.3.1-beta.52",
"@solana/spl-token": "^0.4.6",
"@solana/web3.js": "^1.91.8",
"@types/bn.js": "^5.1.5",
"@types/jsonwebtoken": "^9.0.6",
"body-parser": "^1.20.2",
"bs58": "^5.0.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"joi": "^17.13.1",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.6.2",
"mongoose": "^8.4.0",
"node-cache": "^5.1.2",
"nodemon": "^3.1.0",
"socket.io": "^4.7.5",
"tweetnacl": "^1.0.3",
"winston": "^3.13.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.5"
}
}