-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.07 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
{
"name": "@ulixee/repo-tools",
"version": "1.0.34",
"description": "Common repository tools (eslint, base tsconfig, version control) for Ulixee projects",
"license": "MIT",
"bin": {
"ulx-repo-adjust-paths": "./bin/paths.js",
"ulx-repo-after-build": "./bin/after-build.js",
"ulx-repo-package-check": "./bin/package-check.js",
"ulx-repo-version-bump": "./bin/version-bump.js",
"ulx-repo-version-check": "./bin/version-check.js"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^8.57.1",
"copyfiles": "^2.4.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-monorepo-cop": "^1.0.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"json5": "^2.2.3",
"prettier": "^3.2.4",
"typescript": "^5.6.3"
}
}