-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "@teleivo/github-action-metrics",
"version": "0.0.0-development",
"description": "Fetch run & job details via the GitHub Action API",
"publishConfig": {
"@teleivo:registry": "https://npm.pkg.github.com",
"access": "public"
},
"bin": {
"gham": "bin/gham"
},
"scripts": {
"build": "tsc",
"prepare": "husky install",
"semantic-release": "semantic-release"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "https://github.com/teleivo/github-action-metrics.git"
},
"author": "teleivo",
"license": "MIT",
"bugs": {
"url": "https://github.com/teleivo/github-action-metrics/issues"
},
"homepage": "https://github.com/teleivo/github-action-metrics#readme",
"dependencies": {
"@elastic/elasticsearch": "^7.15.0",
"commander": "^8.3.0",
"octokit": "^1.7.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@tsconfig/node12": "^1.0.9",
"husky": "^7.0.4",
"lint-staged": "^13.2.1",
"semantic-release": "^21.0.1"
}
}