This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.67 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@deepcrawl/branded-jest-html-reporter",
"version": "1.9.3",
"description": "A DeepCrawl Branded Jest Html Reporter",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Ali Habibzadeh <[email protected]>",
"license": "MIT",
"private": false,
"engines": {
"node": ">=12"
},
"scripts": {
"copy:template": "cp src/report.html dist/report.html",
"test": "jest --verbose",
"build": "tsc && npm run copy:template",
"prepublish": "yarn build"
},
"homepage": "https://github.com/deepcrawl/branded-jest-html-reporter#readme",
"repository": {
"type": "git",
"url": "https://github.com/deepcrawl/branded-jest-html-reporter.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/ramda": "^0.27.38",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.14.0",
"eslint-config-deepcrawl": "^5.7.1",
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-clean-code": "^0.1.12",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-sonarjs": "^0.5.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"typescript": "^4.1.5"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.6.1",
"@jest/reporters": "^26.6.2",
"@jest/test-result": "^26.6.2",
"@types/ejs": "^3.0.6",
"ejs": "^3.1.6",
"ts-morph": "^10.0.1"
}
}