-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.56 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
{
"name": "gmdibot",
"version": "2.1.1",
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"private": true,
"scripts": {
"start": "ts-node --transpile-only ./src/index.ts",
"dev": "ts-node-dev --respawn --transpile-only ./src/index.ts",
"build": "docker build -t gmdibot:latest . && docker create --name gmdibot gmdibot:latest && docker start gmdibot",
"drebuild": "docker rm -f gmdibot && docker image rm gmdibot:latest && pnpm build"
},
"devDependencies": {
"@types/common-tags": "^1.8.4",
"@types/ms": "^0.7.34",
"@types/node": "^20.16.1",
"@types/node-schedule": "^2.1.7",
"typescript": "^5.5.4"
},
"dependencies": {
"@oceanicjs/builders": "^1.1.11",
"common-tags": "^1.8.2",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"firebase-admin": "^12.4.0",
"gd.js": "^0.2.13",
"ms": "^2.1.3",
"node-schedule": "^2.1.1",
"normalize-url": "6.1.0",
"oceanic.js": "^1.11.2",
"parse-duration": "^1.1.0",
"pretty-ms": "^7.0.1",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"undici": "^6.19.8",
"xml-js": "^1.6.11"
},
"engines": {
"node": ">=20"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ray-1337/gmdi-private-bot/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/ray-1337/gmdi-private-bot#readme",
"repository": {
"type": "git",
"url": "https://github.com/ray-1337/gmdi-private-bot.git"
}
}