-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
51 lines (50 loc) · 1.47 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
{
"name": "bombcrypto-superbot",
"version": "1.0.0",
"main": "src/index.ts",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.14.2",
"@types/tail": "^2.2.1",
"@types/user-agents": "^1.0.2",
"@types/validator": "^13.7.12",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^8.5.0",
"node-loader": "^2.0.0",
"pm2": "5.2.0",
"prettier": "2.5.1",
"ts-loader": "^9.4.2",
"typescript": "^4.5.4"
},
"scripts": {
"prestart": "git pull",
"start": "yarn install && node --no-deprecation --unhandled-rejections=strict index.js",
"start:bot": "node --no-deprecation --unhandled-rejections=strict index.js "
},
"dependencies": {
"@types/crypto-js": "^4.1.1",
"colors": "^1.4.0",
"crypto-js": "^4.1.1",
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"date-fns": "^2.29.3",
"got": "~11.8.3",
"node-gyp": "^9.3.1",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.28.0",
"sequelize-typescript": "^2.1.5",
"sfs2x-api": "1.7.15",
"socket.io-client": "^4.5.4",
"sqlite3": "^5.1.4",
"string.prototype.startswith": "^1.0.0",
"tail": "^2.2.6",
"telegraf": "^4.11.2",
"user-agents": "^1.0.988",
"vinyl-sourcemaps-apply": "^0.2.1",
"web3": "^1.8.1",
"winston": "^3.4.0",
"ws": "^8.3.0"
}
}