forked from discord-food/DiscordBartender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.22 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
{
"name": "discord-bakery",
"version": "1.0.0",
"description": "mystic has planckpenis",
"main": "./dist/bot.js",
"scripts": {
"test": "echo yeet",
"start": "node dist/bot",
"fresh": "rm -r dist/*",
"compile": "tsc",
"renew": "yarn run fresh && yarn run compile",
"dist": "yarn run renew && yarn start",
"ez": "git pull;yarn;tsc;pm2 restart 0;pm2 attach 0",
"lazy": "ts-node .",
"windows": "rmdir /s /q \"./dist/\" && mkdir dist && yarn run compile && yarn start"
},
"repository": "git+https://github.com/shadow6060/DiscordBakery.git",
"author": "Went and did some shit.",
"license": "ISC",
"bugs": {
"url": "https://github.com/shadow6060/DiscordBakery/issues"
},
"homepage": "https://github.com/shadow6060/DiscordBakery#readme",
"dependencies": {
"@types/bluebird": "^3.5.27",
"@types/glob": "^7.1.1",
"@types/hjson": "^2.4.1",
"@types/lodash": "^4.14.137",
"@types/node": "^12.7.2",
"@types/string-similarity": "^3.0.0",
"@types/validator": "^10.11.2",
"@types/ws": "^6.0.2",
"chalk": "^2.4.2",
"cron": "^1.7.1",
"discord.js": "https://github.com/discordjs/discord.js",
"dom-parser": "^0.1.6",
"express": "^4.17.1",
"extends-classes": "^1.0.5",
"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",
"lodash": "^4.17.15",
"module-alias": "^2.2.2",
"moment-timezone": "^0.5.26",
"mysql2": "^1.6.5",
"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",
"reflect-metadata": "^0.1.13",
"reinforce-js": "^1.5.1",
"rivescript": "^2.0.0",
"sequelize": "^5.13.1",
"sequelize-typescript": "^1.0.0-beta.4",
"source-map-support": "^0.5.13",
"string-similarity": "^3.0.0",
"typeorm": "^0.2.19",
"typescript": "^3.5.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.3.1",
"@typescript-eslint/parser": "^2.3.1",
"eslint": "^6.4.0"
},
"_moduleAliases": {
"@db-struct": "./dist/structures",
"@db-module": "./dist/modules"
}
}