-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "bot3",
"version": "0.0.1",
"description": "Bot³",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/index.ts | bunyan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devs-devs-devs/bot-.git"
},
"author": "Ash Taylor ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/devs-devs-devs/bot-/issues"
},
"homepage": "https://github.com/devs-devs-devs/bot-#readme",
"dependencies": {
"@slack/client": "^3.16.0",
"@types/body-parser": "^1.16.8",
"@types/bunyan": "^1.8.4",
"@types/chalk": "^2.2.0",
"@types/express": "^4.11.1",
"@types/lodash": "^4.14.104",
"@types/md5": "^2.1.32",
"@types/mysql": "^2.15.2",
"@types/node": "^9.4.6",
"body-parser": "^1.18.2",
"bunyan": "^1.8.12",
"chalk": "^2.3.1",
"crypto": "^1.0.1",
"dotenv": "^5.0.0",
"express": "^4.16.2",
"html-entities": "^1.2.1",
"javascript-time-ago": "^1.0.28",
"jsmegahal": "github:devs-devs-devs/jsmegahal",
"lodash": "^4.17.5",
"md5": "^2.2.1",
"mysql": "^2.15.0",
"mysql2": "^1.5.2",
"qdb-api": "^1.0.2",
"reddit-snooper": "^1.0.1",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
},
"devDependencies": {
"@types/mysql2": "github:types/mysql2"
}
}