-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.4 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
57
{
"name": "@relative-ci/agent-action",
"version": "2.1.7",
"description": "GitHub action that sends webpack stats and build information to RelativeCI",
"repository": "relative-ci/agent-action",
"main": "dist/index.js",
"keywords": [
"github-action",
"webpack",
"bundle-size",
"bundle-analyzer",
"bundle-stats",
"stats",
"bundle",
"size",
"assets",
"chunks",
"modules"
],
"author": {
"name": "Viorel Cojocaru",
"email": "vio@beanon.com",
"url": "http://beanon.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/relative-ci/agent-action/issues"
},
"homepage": "https://relative-ci.com/documentation/setup",
"scripts": {
"lint": "eslint .",
"build": "webpack --mode production"
},
"dependencies": {
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"@octokit/webhooks-definitions": "^3.67.3",
"@relative-ci/agent": "^4.1.8",
"adm-zip": "^0.5.10",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/eslint-parser": "^7.22.11",
"@babel/preset-env": "7.22.10",
"@types/adm-zip": "^0.5.0",
"babel-loader": "9.1.3",
"core-js": "3.32.1",
"encoding": "^0.1.13",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "5.88.2",
"webpack-cli": "5.1.4"
}
}