-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "tg-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "npm-watch",
"restart": "./restart",
"start": "./start",
"watch-logs": "./watch-logs",
"test": "npm run lint && ava",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"deploy": "git push && ssh pi@rpi2main '~/services/tg-bot/pull-restart'"
},
"author": "",
"license": "MIT",
"dependencies": {
"cron": "^1.2.1",
"cyrillic-inflector": "^1.1.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"html-entities": "^1.2.1",
"https-proxy-agent": "^2.2.1",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^11.11.0",
"just-debounce-it": "^1.0.1",
"lodash.bindall": "^4.4.0",
"lodash.throttle": "^4.1.1",
"moment": "^2.19.3",
"npm-watch": "^0.5.0",
"recastai": "^4.0.0",
"redux-action-creator": "^2.2.0",
"redux-actions": "^2.2.1",
"socks5-https-client": "^1.2.1",
"telegraf": "^3.8.0",
"throw": "^1.1.0"
},
"watch": {
"restart": "*.js"
},
"devDependencies": {
"ava": "^0.25.0",
"babel-eslint": "^8.0.2",
"cross-env": "^5.1.4",
"eslint": "^4.10.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.13.0"
}
}