-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1006 Bytes
/
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
{
"name": "TeleChatRelay",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "0.0.33",
"@types/fs-promise": "^1.0.1",
"@types/morgan": "^1.7.32",
"@types/node": "^7.0.11",
"@types/request-promise": "^4.1.33",
"@types/sanitize-filename": "^1.1.28",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.4.0",
"gulp-typescript": "^3.1.1",
"ts-node": "^2.0.0",
"tslint": "^4.3.1",
"typescript": "^2.1.5"
},
"dependencies": {
"body-parser": "^1.15.2",
"chromedriver": "^2.27.2",
"death": "^1.1.0",
"express": "^4.14.0",
"fs-promise": "^1.0.0",
"morgan": "^1.7.0",
"node-telegram-bot-api": "^0.27.0",
"sanitize-filename": "^1.6.1",
"ts-md5": "^1.2.0",
"tslint": "^4.3.1",
"wechaty": "^0.7.41"
}
}