forked from Simek/yarn-lock-changes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 922 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
{
"name": "yarn-lock-changes",
"version": "0.11.3",
"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": "jest"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"js-base64": "^3.7.5",
"markdown-table": "^3.0.3",
"semver": "^7.5.4"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@vercel/ncc": "^0.38.1",
"@yarnpkg/lockfile": "^1.1.0",
"babel-jest": "^29.7.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"svgo": "^3.0.2"
}
}