-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 812 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
32
33
{
"name": "jest-zephyr-scale-reporter",
"version": "0.0.3",
"description": "A test reporter for zephyr scale",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"prepublish": "tsc",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/thealexauer/jest-zephyr-scale-reporter.git"
},
"keywords": [
"zephyr",
"scale",
"jest",
"reporter"
],
"author": "Alexander Auer <admin@afterworker.co>",
"license": "GPL 3.0",
"bugs": {
"url": "https://github.com/dompstar/jest-zephyr-scale-reporter/issues"
},
"homepage": "https://github.com/dompstar/jest-zephyr-scale-reporter#readme",
"devDependencies": {
"@types/jest": "^26.0.21",
"jest": "^26.6.3",
"typescript": "^4.2.3"
}
}