-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "@kungfu-trader/action-release-note",
"version": "1.0.2-alpha.48",
"main": "dist/index.js",
"repository": "https://github.com/kungfu-trader/action-release-note",
"author": "Kungfu Trader",
"license": "Apache-2.0",
"scripts": {
"postinstall": "patch-package",
"build": "esbuild index.js --bundle --minify --outfile=dist/index.js --platform=node",
"format": "prettier --write --parser typescript \"*.js\"",
"lint": "eslint --ext .js ."
},
"dependencies": {
"@actions/core": "^1.8.0",
"@actions/github": "^5.0.0",
"@octokit/rest": "^19.0.7",
"@yarnpkg/lockfile": "^1.1.0",
"axios": "^1.4.0",
"glob": "^10.3.3",
"lodash.chunk": "^4.2.0",
"lodash.omit": "^4.5.0",
"lodash.sortby": "^4.7.0",
"mustache": "^4.2.0",
"semver": "^7.5.4"
},
"devDependencies": {
"@ls-lint/ls-lint": "^1.9.0",
"@typescript-eslint/parser": "^3.10.0",
"@vercel/ncc": "^0.36.1",
"esbuild": "^0.19.2",
"eslint": "^7.14.0",
"patch-package": "^8.0.0",
"prettier": "^2.3.0",
"prettier-eslint-cli": "^5.0.0"
}
}