-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 748 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": {
"hafas-client": "^5.22.1",
"lodash": "^4.17.21",
"lodash.isobject": "^3.0.2",
"moment": "^2.29.4",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.7",
"node-telegram-bot-api": "^0.56.0"
},
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^8.4.1",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"rewire": "^5.0.0",
"sinon": "^12.0.1"
}
}