generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.22 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
41
42
43
44
45
46
47
{
"name": "auto-release-changelog",
"version": "1.1.0",
"private": true,
"description": "Generate automatic releases on new tag push",
"main": "dist/index.js",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.js",
"lint": "eslint --ignore-pattern .gitignore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "Machine_Maker",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"conventional-changelog-angular": "^5.0.13",
"conventional-commits-parser": "^3.2.4",
"globby": "13.1.1",
"semver": "^7.3.5",
"terser-webpack-plugin": "5.3.1",
"ts-loader": "9.2.6",
"webpack": "5.68.0",
"webpack-cli": "4.9.2"
},
"devDependencies": {
"@types/node": "^17.0.16",
"@types/semver": "^7.3.9",
"@typescript-eslint/parser": "^5.11.0",
"encoding": "^0.1.13",
"eslint": "^8.8.0",
"eslint-plugin-github": "^4.3.5",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-prettier": "^4.0.0",
"js-yaml": "^4.1.0",
"prettier": "2.5.1",
"typescript": "^4.5.5"
}
}