-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 KB
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
{
"name": "yarn-lock-changes",
"version": "0.13.0",
"main": "dist/index.js",
"repository": "github:Simek/yarn-lock-changes",
"author": "Simek <me@simek.dev>",
"license": "MIT",
"scripts": {
"build": "esbuild src/action.ts --bundle --platform=node --target=node22 --minify --legal-comments=none --outfile=dist/index.js",
"lint": "oxlint --type-aware && oxfmt --check",
"lint:fix": "oxlint --type-aware --fix && oxfmt",
"optimize": "svgo -f ./assets",
"test": "node --import tsx --test"
},
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/github": "^9.1.1",
"markdown-table": "^3.0.4",
"semver": "^7.8.0"
},
"devDependencies": {
"@types/node": "24.1.0",
"@types/semver": "^7.7.1",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "^3.0.3",
"esbuild": "^0.28.0",
"oxfmt": "^0.51.0",
"oxlint": "^1.66.0",
"oxlint-tsgolint": "^0.23.0",
"tsx": "^4.22.3",
"typescript": "^6.0.3"
},
"volta": {
"node": "24.13.0",
"yarn": "1.22.22"
},
"packageManager": "yarn@1.22.22"
}