forked from rvanvelzen/npm-lockfile-changes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 KB
/
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
{
"name": "@codepunkt/npm-lockfile-changes",
"version": "1.0.0",
"main": "dist/index.js",
"repository": "github:codepunkt/npm-lockfile-changes",
"author": "Christoph Werner <[email protected]>",
"license": "MIT",
"scripts": {
"build": "ncc build ./src/action.js -m --target es2021",
"lint": "eslint .",
"optimize": "svgo -f ./assets",
"test": "jest",
"prepare": "husky install"
},
"lint-staged": {
"*": "npm run build"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.1",
"js-base64": "^3.7.2",
"markdown-table": "^3.0.2",
"semver": "^7.3.7",
"snyk-nodejs-lockfile-parser": "^1.47.3"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@vercel/ncc": "^0.33.4",
"babel-jest": "^27.5.1",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"svgo": "^2.8.0"
}
}