-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.96 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
{
"name": "gdu-bot",
"version": "0.10.1",
"scripts": {
"typeorm": "node -r tsconfig-paths/register ./node_modules/typeorm/cli.js --config ./ormconfig.js",
"build": "tsc --build",
"build:watch": "tsc --build --watch",
"start": "node -r dotenv/config dist/index.js",
"dev:/1": "echo 'format: tsnd [node-dev|ts-node flags] [tsnd-flags] [node cli flags] [--] [script] [script args]'",
"dev:/2": "echo 'Everything is separated in that order:'",
"dev": "tsnd --respawn --transpile-only --rs -- ./src/index.ts",
"madge": "madge -c --warning ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/some1chan/gdu-bot.git"
},
"author": "some1chan",
"license": "MIT",
"bugs": {
"url": "https://github.com/some1chan/gdu-bot/issues"
},
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@framedjs/core": "0.9.2",
"axios": "^0.21.4",
"colors": "1.4.0",
"common-tags": "^1.8.2",
"discord-api-types": "^0.23.1",
"discord.js": "^13.6.0",
"dotenv": "^8.6.0",
"hastebin": "^0.2.1",
"koa": "^2.13.4",
"koa-router": "^10.1.1",
"nanoid": "^3.2.0",
"node-emoji": "^1.11.0",
"node-schedule": "^2.1.0",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.2",
"twitch": "^4.6.7",
"twitch-auth": "^4.6.7",
"twitch-chat-client": "^4.6.7",
"typeorm": "^0.2.41",
"winston": "^3.4.0"
},
"engines": {
"node": ">=16.0.0"
},
"homepage": "https://github.com/some1chan/gdu-bot#readme",
"devDependencies": {
"@types/common-tags": "^1.8.1",
"@types/koa": "^2.13.4",
"@types/koa-router": "^7.4.4",
"@types/node-emoji": "^1.8.1",
"@types/node-schedule": "^1.3.2",
"madge": "^5.0.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.5"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^5.0.8",
"zlib-sync": "^0.1.7"
}
}