-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 5.8 KB
/
package.json
File metadata and controls
151 lines (151 loc) · 5.8 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "github-action-pr-label-toggle",
"version": "1.1.7",
"description": "This action generates a change log file from commit messages. Grouping Jira Commits, Conventional Commits, and summarizing minor changes",
"main": "lib/main.mjs",
"type": "module",
"repository": "git@github.com:Broadshield/github-action-pr-label-toggle.git",
"author": "Jamie Nelson <jamie@wearsafe.com>",
"license": "MIT",
"private": true,
"engines": {
"node": ">=16.20"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@octokit/types": "^9.0.0",
"actions-toolkit": "^6.0.1",
"esbuild": "^0.17.7"
},
"devDependencies": {
"@auto-it/all-contributors": "^10.41.0",
"@auto-it/conventional-commits": "^10.41.0",
"@auto-it/exec": "^10.41.0",
"@auto-it/first-time-contributor": "^10.41.0",
"@auto-it/npm": "^10.41.0",
"@auto-it/omit-commits": "^10.41.0",
"@auto-it/released": "^10.41.0",
"@auto-it/upload-assets": "^10.41.0",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-decorators": "^7.20.13",
"@babel/preset-env": "^7.20.2",
"@broadshield/prettier-config": "^0.3.9",
"@jest/types": "^29.4.2",
"@octokit/openapi-types": "^16.0.0",
"@trunkio/launcher": "^1.2.3",
"@tsconfig/node16": "^1.0.3",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
"@types/eslint": "^8",
"@types/esm": "^3",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/prettier-package-json": "^2",
"@types/rimraf": "^3",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@typescript-eslint/typescript-estree": "^5.51.0",
"auto": "^10.41.0",
"commitizen": "^4.3.0",
"esbuild-plugin-eslint": "^0.1.1",
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.6.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-actions": "^2.0.0",
"eslint-plugin-array-func": "^3.1.8",
"eslint-plugin-babel": "latest",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-async": "^1.0.3",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-no-constructor-bind": "^2.0.4",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonarjs": "^0.18.0",
"eslint-plugin-sort-class-members": "^1.16.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-yml": "latest",
"esm": "^3.2.25",
"github-action-readme-generator": "^1.2.7",
"husky": "^8.0.3",
"jest": "^29.4.2",
"jest-circus": "^29.4.2",
"jest-junit": "^15.0.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^13.1.1",
"prettier": "^2.8.4",
"prettier-package-json": "^2.8.0",
"prettier-plugin-package": "^1.3.0",
"prettier-plugin-sh": "^0.12.8",
"pretty-quick": "^3.1.3",
"rimraf": "^4.1.2",
"run-script-os": "^1.1.6",
"semantic-release": "^20.1.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"typescript-eslint-language-service": "^5.0.0"
},
"scripts": {
"auto": "auto",
"test": "NODE_ENV=testing jest",
"test-ci": "NODE_ENV=testing jest --ci --reporters=default --reporters=jest-junit",
"current-version": "yarn npm version --parseable",
"clean": "rimraf lib",
"build": "rimraf lib;node .github/scripts/esbuild.cjs && git add lib",
"postbuild": "yarn run generate-docs",
"build:docker": "run-script-os",
"build:docker:win32": "docker run --rm -t -v \"%cd%\":/work -w /work node:16-alpine sh -c \"yarn run build\"",
"build:docker:default": "docker run --rm -t -v $(pwd):/work -w /work node:16-alpine sh -c 'yarn run build'",
"format": "yarn exec prettier --write . --config .prettierrc.cjs --ignore-unknown",
"bump": "yarn version -i patch && yarn run release",
"bump:minor": "yarn version -i minor && yarn run release",
"release": "git add .yarn package.json && git commit -m 'chore(release): bump version to ${npm_package_version}' && git tag -a v${npm_package_version} -m 'v${npm_package_version}' && yarn run postversion",
"postversion": "git push origin --follow-tags && git push --tags",
"pre-commit": "yarn exec pretty-quick --staged",
"prepare": "[ -n ${GITHUB_ACTIONS:-} ] || husky install",
"corepack": "corepack enable",
"cachefolder": "corepack yarn config get cacheFolder",
"typecheck": "tsc -p ./tsconfig.json --noEmit",
"lint": "yarn exec eslint --fix ./",
"generate-docs": "yarn exec github-action-readme-generator && yarn exec pretty-quick && git add .ghadocs.json README.md"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{md,json,yaml,yml,sh,js}": "prettier --write",
"{src,__tests__}/**/*.js": "eslint --cache --fix",
"*.ts": [
"eslint --cache --fix"
],
"*.{html,js,json,jsx,md,ts,tsx,yml,yaml}": "eslint --cache --fix"
},
"jest-junit": {
"suiteNameTemplate": "{filepath}",
"classNameTemplate": "{classname}",
"titleTemplate": "{title}"
},
"packageManager": "yarn@3.2.3",
"root": true
}