-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "bot-bot-bot",
"version": "1.0.0",
"description": "A fuckin' slack bot mates.",
"main": "index.js",
"dependencies": {
"@types/fs-extra": "^5.0.0",
"@types/mysql2": "github:types/mysql2",
"body-parser": "^1.18.2",
"chalk": "^2.3.0",
"express": "^4.16.2",
"forever": "^0.15.3",
"fs-extra": "^5.0.0",
"jsmegahal": "github:devs-devs-devs/jsmegahal",
"markov": "0.0.7",
"markov-strings": "^1.4.0",
"mysql2": "^1.5.1",
"superagent": "^3.8.1"
},
"devDependencies": {
"@types/express": "^4.0.39",
"@types/node": "^8.0.53",
"@types/superagent": "^3.5.6",
"dotenv": "^4.0.0",
"markov-chains-text": "^1.0.0",
"nodemon": "^1.12.1",
"ts-node": "^3.3.0",
"typescript": "^2.6.2"
},
"scripts": {
"watch": "./node_modules/.bin/nodemon --exec ./node_modules/.bin/ts-node -- ./src/bot.ts",
"build": "./node_modules/.bin/tsc",
"start": "./node_modules/.bin/forever start ./dist/bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devs-devs-devs/bot-bot-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/devs-devs-devs/bot-bot-bot/issues"
},
"homepage": "https://github.com/devs-devs-devs/bot-bot-bot#readme"
}