forked from vio/bundle-stats-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1017 Bytes
/
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
{
"name": "bundle-stats-action",
"version": "1.4.0",
"description": "BundleStats Github Action",
"source": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "ncc build index.js --no-cache --source-map --out dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"github-action",
"bundle-size",
"bundle-stats"
],
"author": {
"name": "Viorel Cojocaru",
"email": "vio@beanon.com",
"url": "https://beanon.com"
},
"contributors": [
{
"name": "Joaquim Rendeiro",
"email": "joaquim@raylo.com",
"url": "https://www.raylo.com"
}
],
"license": "MIT",
"engines": {
"pnpm": "^8 || ^9",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"dependencies": {
"@actions/artifact": "^2",
"@actions/core": "^1",
"@bundle-stats/cli-utils": "^4.12.2",
"@bundle-stats/utils": "^4.12.2",
"node-fetch-native": "^1.6.4"
},
"devDependencies": {
"@vercel/ncc": "latest"
}
}