-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 939 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
33
34
35
36
37
{
"name": "bellboy-live-reporter",
"version": "0.1.0",
"description": "Send bellboy events as requests to the specified server endpoint.",
"main": "lib/index",
"types": "lib/index",
"scripts": {
"build": "tsc -p .",
"test": "jest --coverage",
"codecov": "codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Claviz/bellboy-live-reporter.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Claviz/bellboy-live-reporter/issues"
},
"homepage": "https://github.com/Claviz/bellboy-live-reporter#readme",
"devDependencies": {
"@types/express": "^4.17.6",
"@types/jest": "^24.0.0",
"@types/node": "^10.12.24",
"bellboy": "^2.9.0",
"codecov": "^3.5.0",
"express": "^4.17.1",
"jest": "^24.1.0",
"ts-jest": "^23.10.5",
"typescript": "^3.8.3"
},
"dependencies": {
"axios": "^0.21.1"
}
}