-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 914 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
{
"name": "KonturBillingTCBot",
"version": "1.1.1",
"description": "Telegram bot for Kontur.Billing TC builds monitoring",
"main": "index.js",
"repository": "https://github.com/vansosnin/billy-tc-bot",
"author": "Ivan Sosnin <[email protected]>",
"license": "MIT",
"scripts": {
"test": "mocha ./test/**/*.test.js && npm run eslint",
"eslint": "eslint \"./**/**.js\" --cache",
"preversion": "yarn test",
"postversion": "git push && git push --tags"
},
"dependencies": {
"axios": "0.18.0",
"cron": "1.3.0",
"lodash": "4.17.10",
"lowdb": "1.0.0",
"node-telegram-bot-api": "0.30.0",
"winston": "3.0.0-rc6"
},
"devDependencies": {
"chai": "4.1.2",
"eslint": "4.10.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0",
"mocha": "5.2.0"
}
}