-
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) · 925 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 925 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": "backend",
"version": "1.0.0",
"main": "server.js",
"license": "MIT",
"scripts": {
"start": "node server.js",
"server": "nodemon server.js"
},
"dependencies": {
"@coral-xyz/anchor": "0.28.1-beta.1",
"@metaplex-foundation/js": "^0.20.1",
"@native-to-anchor/buffer-layout": "^0.1.0",
"@project-serum/serum": "^0.13.65",
"@raydium-io/raydium-sdk-v2": "^0.1.92-alpha",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.98.0",
"axios": "^1.7.8",
"bcrypt": "^5.1.1",
"bn.js": "^5.2.1",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"ethers": "^6.13.4",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.3",
"multicoin-address-validator": "^0.5.22",
"node-cron": "^3.0.3",
"nodemon": "^3.1.7",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"validatorjs": "^3.22.1"
}
}