-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
106 lines (106 loc) · 3.2 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "discord-bartender",
"version": "1.1",
"description": "mystic has a Bot",
"main": "./dist/bot.js",
"license": "Apache-2.0",
"scripts": {
"test": "echo yeet",
"start": "node dist/bot",
"build": "tsc ",
"fresh": "rm -r dist/*",
"bstart": "yarn build && yarn start",
"renew": "yarn run fresh && yarn run compile",
"dist": "yarn run renew && yarn start",
"ez": "git pull;sudo yarn;tsc;sudo yarn start",
"lez": "git pull;tsc;sudo yarn start",
"lazy": "ts-node .",
"windows": "rmdir /s /q \"./dist/\" && mkdir dist && yarn run compile && yarn start"
},
"repository": "git+https://github.com/shadow6060/Discordbartender.git",
"author": "Went and did some shit.",
"bugs": {
"url": "https://github.com/shadow6060/Discordbartender/issues"
},
"homepage": "https://github.com/shadow6060/Discordbartender#readme",
"dependencies": {
"@babel/core": "^7.11.6",
"@types/bluebird": "^3.5.27",
"@types/core-js": "^2.5.2",
"@types/express": "^4.17.2",
"@types/express-handlebars": "^3.1.0",
"@types/glob": "^7.1.1",
"@types/hjson": "^2.4.1",
"@types/jest": "^24.0.23",
"@types/lodash": "^4.14.137",
"@types/mathjs": "^6.0.2",
"@types/module-alias": "^2.0.0",
"@types/moment-timezone": "^0.5.12",
"@types/node": "^12.7.2",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@types/socket.io": "^2.1.4",
"@types/string-similarity": "^3.0.0",
"@types/validator": "^10.11.2",
"@types/ws": "^6.0.2",
"bufferutil": "^4.0.1",
"chalk": "^2.4.2",
"core-js": "^3.6.1",
"cron": "^1.7.1",
"dblapi.js": "^2.3.0",
"discord.js": "discordjs/discord.js",
"dom-parser": "^0.1.6",
"erlpack": "discordapp/erlpack",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"extends-classes": "^1.0.5",
"faker": "^4.1.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"global": "^4.4.0",
"hbs": "^4.0.4",
"hjson": "^3.1.2",
"iso-639-1": "^2.1.0",
"js-markov": "^3.0.1",
"json5": "^2.1.0",
"libsodium-wrappers": "^0.7.6",
"lodash": "^4.17.15",
"mathjs": "^9.4.2",
"module-alias": "^2.2.2",
"moment-timezone": "^0.5.26",
"mysql2": "^1.6.5",
"nekos.life": "^2.0.7",
"node-cron": "^2.0.3",
"parse-duration": "^0.1.1",
"pg": "^7.12.1",
"pretty-bytes": "^5.3.0",
"pretty-ms": "^5.0.0",
"r2": "^2.0.1",
"randomify": "^1.3.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"reflect-metadata": "^0.1.13",
"rivescript": "aichaos/rivescript-js",
"sequelize": "^5.15.1",
"sequelize-typescript": "^1.0.0-beta.4",
"simplur": "^1.0.6",
"socket.io": "^2.3.0",
"source-map-support": "^0.5.13",
"string-similarity": "^3.0.0",
"typeorm": "^0.3.0-alpha.24",
"typeorm-upsert": "danielmhanover/typeorm-upsert",
"typescript": "^3.7.4",
"utf-8-validate": "^5.0.2",
"zlib-sync": "^0.1.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.14.1-alpha.0",
"@typescript-eslint/parser": "^2.14.1-alpha.0",
"create-react-app": "^3.2.0",
"eslint": "^6.8.0"
},
"_moduleAliases": {
"@db-struct": "./dist/structures",
"@db-module": "./dist/modules"
}
}