forked from eisc/fancy_LVB_Telegram_Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 737 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 737 Bytes
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
{
"name": "lvb_bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"test": "mocha \"./test/**/*.js\"",
"test-with-coverage": "nyc --reporter=lcov --check-coverage --lines 70 --per-file mocha \"./test/**/*.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.19",
"lodash.isobject": "^3.0.2",
"lvb": "1.0.4",
"moment": "^2.22.2",
"node-cache": "^4.2.0",
"node-fetch": "^2.3.0",
"node-telegram-bot-api": "^0.30.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.10.0",
"mocha": "^5.2.0",
"nyc": "^13.3.0",
"rewire": "^4.0.1",
"sinon": "^7.2.2"
}
}