-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "reg-publish-github-pages-plugin",
"publishConfig": {
"access": "public"
},
"version": "0.0.6-0",
"description": "A reg-suit plugin to publish reports on GitHub pages",
"repository": "Leko/reg-publish-github-pages-plugin",
"author": "Leko <[email protected]>",
"license": "MIT",
"keywords": [
"reg",
"reg-suit-plugin"
],
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"prepublish": "tsc -p tsconfig.build.json",
"clean:e2e": "rimraf e2e/report-fixture-expected",
"lint": "eslint \"./{src,e2e}/**/*.{ts,tsx}\"",
"test": "npm run clean:e2e && ts-node e2e/script.ts"
},
"dependencies": {
"@octokit/rest": "^18.0.12",
"download": "^8.0.0",
"isomorphic-git": "^1.8.0"
},
"devDependencies": {
"@types/download": "^6.2.4",
"@types/node": "14.14.31",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.0",
"eslint": "7.20.0",
"eslint-config-prettier": "7.2.0",
"prettier": "2.2.1",
"reg-suit-interface": "^0.10.10",
"reg-suit-util": "^0.10.10",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "4.1.3",
"typescript-eslint-language-service": "4.1.3"
}
}