-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.62 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
{
"name": "@transplace/verification-bot",
"version": "1.0.0",
"description": "transplace verification bot",
"main": "./build/bot.js",
"type": "module",
"scripts": {
"start:dev": "node --experimental-specifier-resolution=node --loader ts-node/esm ./src/server.ts",
"build": "rimraf ./build && tsc",
"start": "node build/server.js"
},
"keywords": [],
"private": true,
"author": ["lily.slvr","Minion3665","Cleo"],
"license": "MIT",
"devDependencies": {
"@tsconfig/node16-strictest-esm": "^1.0.0",
"@types/express": "^4.17.13",
"@types/md5": "^2.3.1",
"@types/node": "^16.4.13",
"@types/node-ipc": "^9.2.0",
"@types/randomstring": "^1.1.7",
"@types/redis": "^2.8.31",
"@types/seed-random": "^2.2.1",
"nodemon": "^2.0.12",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-node": "^10.2.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@cylution/is-cloudflare-ip": "^1.0.0",
"@types/number-to-words": "^1.2.1",
"axios": "^0.21.1",
"cloudflare-ip": "^0.0.7",
"discord-oauth2": "^2.10.0",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"express": "^4.17.3",
"friendly-words": "^1.2.0",
"got": "^12.0.3",
"i": "^0.3.7",
"md5": "^2.3.0",
"mongodb": "^4.1.0",
"node-ipc": "^11.1.0",
"npm": "^8.6.0",
"number-to-words": "^1.2.4",
"randomstring": "^1.2.1",
"redis": "^3.1.2",
"seed-random": "^2.2.0",
"snoowrap": "^1.23.0",
"ws": "^8.1.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"erlpack": "discord/erlpack",
"utf-8-validate": "^5.0.5",
"zlib-sync": "^0.1.7"
}
}