-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.76 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
{
"scripts": {
"dev": "nodemon -w ./src -e .ts --exec \"yarn build || exit 1\"",
"build": "tsc && tsc-alias -f",
"studio": "prisma studio",
"lint": "eslint ./src --ext .ts --fix"
},
"dependencies": {
"@dfuse/client": "^0.3.20",
"@prisma/client": "^3.10.0",
"@wharfkit/antelope": "^1.0.7",
"@wharfkit/resources": "^1.2.3",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cache-manager": "^3.4.3",
"chalk": "^4.1.1",
"cors": "^2.8.5",
"discord.js": "^12.5.3",
"discord.js-menu": "^2.3.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"express-blacklist": "^1.0.3",
"express-cache-middleware": "^1.0.1",
"express-http-proxy": "^1.6.2",
"express-rate-limit": "^5.2.6",
"express-slow-down": "^1.4.0",
"fs-extra": "^10.0.0",
"greenlock-proxy": "^0.2.0",
"istorexit": "^0.10.1",
"javascript-time-ago": "^2.3.6",
"mixpanel": "^0.13.0",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2",
"telegraf": "^4.3.0",
"ws": "^7.4.6"
},
"devDependencies": {
"@types/cache-manager": "^3.4.0",
"@types/express": "^4.17.12",
"@types/express-rate-limit": "^5.1.1",
"@types/node": "^15.6.1",
"@types/source-map": "^0.5.7",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^8.32.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-config-xo": "^0.40.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"module-alias": "^2.2.2",
"nodemon": "^2.0.22",
"prisma": "^3.10.0",
"ts-node": "^10.0.0",
"tsc-alias": "^1.8.6",
"typescript": "*"
}
}