-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 5.1 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
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
{
"name": "@flex-development/gh-commit",
"description": "Create commits with the GitHub API",
"version": "1.0.0",
"keywords": [],
"license": "BSD-3-Clause",
"homepage": "https://github.com/flex-development/gh-commit",
"repository": "https://github.com/flex-development/gh-commit.git",
"bugs": "https://github.com/flex-development/gh-commit/issues",
"author": {
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
},
"publishConfig": {
"access": "public",
"directory": "./"
},
"type": "module",
"files": [
"action.yml",
"CHANGELOG.md",
"LICENSE.md",
"dist",
"src"
],
"exports": "./dist/main.mjs",
"scripts": {
"build": "mkbuild",
"check:ci": "yarn dedupe --check && yarn check:format && yarn check:lint && yarn check:spelling && yarn typecheck && yarn test:cov && yarn pack && yarn check:types:build && yarn clean:pack",
"check:format": "dprint check --incremental=false",
"check:lint": "eslint --exit-on-fatal-error --max-warnings 0 .",
"check:spelling": "cspell lint --color --no-progress --relative $@ \"**\"",
"check:types": "tsc -p tsconfig.typecheck.json",
"check:types:build": "tsc -p tsconfig.build.json",
"check:upgrades": "yarn upgrade-interactive",
"clean:build": "trash ./{dist,*.tgz}",
"clean:coverage": "trash ./coverage",
"clean:modules": "trash ./.yarn/{cache,*.gz} ./node_modules",
"clean:pack": "trash ./*.tgz",
"clean:test": "yarn clean:coverage && trash ./__tests__/report.json",
"codecov": "yarn test:cov && yarn test:cov:upload",
"codecov:validate": "cat .codecov.yml | curl --data-binary @- https://codecov.io/validate",
"commitlint": "cross-env TS_NODE_PROJECT=tsconfig.cjs.json commitlint -V",
"fix:cg": "yarn fix:format && yarn fix:lint",
"fix:dedupe": "yarn dedupe --strategy=highest",
"fix:format": "dprint fmt",
"fix:lint": "yarn check:lint --cache --fix",
"postinstall": "[ -f ./node_modules/.bin/husky ] && chmod +x .husky/* && husky install || exit 0",
"postpack": "toggle-scripts +postinstall",
"postpublish": "toggle-scripts +prepack",
"prepack": "toggle-scripts -postinstall && yarn build",
"prepublishOnly": "toggle-scripts -prepack",
"release": "bash ./scripts/release.sh",
"test": "vitest run",
"test:cov": "yarn clean:coverage; yarn test --coverage",
"test:cov:serve": "vite preview --outDir ./coverage",
"test:cov:upload": "./codecov -t $CODECOV_TOKEN -f ./coverage/lcov.info",
"test:watch": "vitest",
"typecheck": "yarn test --typecheck",
"typecheck:watch": "vitest --typecheck"
},
"devDependencies": {
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"@commitlint/cli": "19.2.1",
"@commitlint/types": "19.0.3",
"@faker-js/faker": "8.4.1",
"@flex-development/commitlint-config": "1.0.1",
"@flex-development/decorator-regex": "2.0.0",
"@flex-development/esm-types": "2.0.0",
"@flex-development/grease": "3.0.0-alpha.9",
"@flex-development/mkbuild": "1.0.0-alpha.23",
"@flex-development/mlly": "1.0.0-alpha.18",
"@flex-development/pathe": "2.0.0",
"@flex-development/tsconfig-utils": "2.0.2",
"@flex-development/tutils": "6.0.0-alpha.25",
"@nestjs/common": "10.3.7",
"@nestjs/config": "3.2.1",
"@nestjs/core": "10.3.7",
"@nestjs/cqrs": "10.2.7",
"@nestjs/testing": "10.3.7",
"@octokit/core": "5.1.0",
"@octokit/graphql-schema": "14.53.0",
"@types/chai": "4.3.9",
"@types/eslint": "8.44.6",
"@types/is-ci": "3.0.3",
"@types/node": "20.8.9",
"@types/node-notifier": "8.0.4",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vates/toggle-scripts": "1.0.0",
"@vitest/coverage-v8": "1.4.0",
"@vitest/expect": "1.4.0",
"chai": "5.1.0",
"cross-env": "7.0.3",
"cspell": "8.6.1",
"dprint": "0.45.0",
"editorconfig": "2.0.0",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-chai-expect": "3.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-jsdoc": "44.1.0",
"eslint-plugin-jsonc": "2.15.0",
"eslint-plugin-markdown": "4.0.1",
"eslint-plugin-markdownlint": "0.5.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-yml": "1.14.0",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"growl": "1.10.5",
"husky": "9.0.11",
"is-ci": "3.0.1",
"jsonc-eslint-parser": "2.4.0",
"lint-staged": "15.2.2",
"msw": "2.2.13",
"node-notifier": "10.0.1",
"prettier": "3.2.5",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"sh-syntax": "0.4.2",
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"typescript": "5.2.2",
"vite": "5.2.8",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0",
"yaml-eslint-parser": "1.2.2"
},
"resolutions": {
"chai": "5.1.0",
"loupe": "3.0.1"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@4.0.0",
"sideEffects": false
}