-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 800 Bytes
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
{
"name": "size-compare",
"version": "1.1.0",
"description": "",
"scripts": {
"build": "ncc build -o dist src/main.ts",
"prepare": "husky install"
},
"keywords": [],
"author": "Sergey Sova <mail@sergeysova.com> (https://sergeysova.com)",
"license": "MIT",
"packageManager": "pnpm@7.11.0",
"dependencies": {
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"@actions/glob": "^0.3.0",
"@octokit/action": "^4.0.8",
"gzip-size": "^7.0.0",
"markdown-table": "3.0.2",
"pretty-bytes": "^6.0.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/node": "^18.8.2",
"@vercel/ncc": "^0.34.0",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"runtypes": "^6.6.0",
"typescript": "^4.8.4"
}
}