-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
32 lines (32 loc) · 849 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
{
"name": "yarn-lock-changes",
"version": "0.12.0",
"main": "dist/index.js",
"repository": "github:Simek/yarn-lock-changes",
"author": "Simek <[email protected]>",
"license": "MIT",
"scripts": {
"build": "ncc build ./src/action.js -m --target es2021",
"lint": "eslint .",
"optimize": "svgo -f ./assets",
"test": "uvu tests -i .cjs -i testUtils"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"js-base64": "^3.7.7",
"markdown-table": "^3.0.4",
"semver": "^7.6.3"
},
"devDependencies": {
"@vercel/ncc": "^0.38.2",
"@yarnpkg/lockfile": "^1.1.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^17.12.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"svgo": "^3.3.2",
"uvu": "^0.5.6"
}
}