-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.11 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
{
"name": "telegram-bot-4all",
"version": "1.0.1",
"description": "Create telegram bots never been so easy.",
"main": "src/main/Index.js",
"scripts": {
"badges": "badges4cov --source=nyc_json --nyc_json_file_location=./coverage/coverage-summary.json --output_folder=./coverage",
"test": "nyc --reporter=html --reporter=json-summary mocha 'src/test/**/*.test.js' --exit --require mocha-suppress-logs && npm run badges",
"testv": "nyc --reporter=html --reporter=json-summary mocha 'src/test/**/*.test.js' --exit && npm run badges"
},
"author": "JRichardsz (http://jrichardsz.github.io/)",
"license": "MIT",
"dependencies": {
"axios": "0.19.2",
"body-parser": "1.18.3",
"cross-env": "5.2.0",
"express": "4.16.3",
"find-package-json": "^1.2.0",
"log-timestamp": "0.2.1",
"nodemon": "1.18.4",
"properties-reader": "0.0.16",
"sinon": "^13.0.1",
"uuid": "3.3.2"
},
"devDependencies": {
"chai": "4.2.0",
"mocha": "8.1.3",
"mocha-suppress-logs": "^0.3.1",
"nyc": "^15.1.0",
"badges4cov": "git+https://github.com/jrichardsz/badges4cov.git"
}
}