forked from openpeer/localsolana_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.92 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "node-api-postgres",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js --watch './**/*.js' --watch './**/*.json'",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"migrate": "npx sequelize-cli db:migrate",
"tail-prices": "node scripts/tail-price-failures.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@adminjs/express": "^6.1.0",
"@adminjs/sequelize": "^4.1.1",
"@adminjs/typeorm": "^5.0.1",
"@coral-xyz/anchor": "^0.30.1",
"@knocklabs/node": "^0.6.13",
"@shyft-to/js": "^0.2.40",
"@solana/spl-token": "^0.4.7",
"@solana/web3.js": "^1.95.3",
"adminjs": "^7.8.13",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bs58": "^6.0.0",
"bull": "^4.16.3",
"chalk": "^4.1.2",
"connect-session-sequelize": "^7.1.7",
"cookie-parser": "^1.4.5",
"cookie-session": "^2.1.0",
"crypto": "^1.0.1",
"csv-parse": "^5.5.6",
"dotenv": "^8.6.0",
"express": "^4.21.0",
"express-session": "^1.18.1",
"file-type": "^19.6.0",
"helius-sdk": "^1.4.0",
"ioredis": "^5.4.1",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"md5": "^2.2.1",
"mime-types": "^2.1.35",
"moment": "^2.30.1",
"multer": "^1.4.2",
"node-cache": "^5.1.2",
"node-cron": "^3.0.3",
"node-fetch": "^2.7.0",
"node-localstorage": "^2.1.5",
"node-telegram-bot-api": "^0.66.0",
"p-limit": "^6.1.0",
"pg": "^8.13.1",
"promise": "^8.1.0",
"pug": "^3.0.1",
"request": "^2.88.2",
"sequelize": "^6.37.3",
"sequelize-cli": "^6.6.2",
"socket.io": "^4.7.5",
"tar": "^7.4.0",
"unique-names-generator": "^4.7.1",
"uuid": "^11.0.2",
"winston": "^3.17.0",
"ws": "^8.18.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}