generated from zayne-labs/create-ts-library
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.52 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
{
"name": "@zayne-labs/toolkit-root",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected]",
"author": "Ryan Zayne",
"scripts": {
"build": "pnpm --filter \"./packages/*\" build",
"build:dev": "pnpm --filter \"./packages/*\" build:dev",
"build:test": "pnpm --filter \"./packages/*\" build:test",
"bump": "bumpp",
"inspect:eslint-config": "pnpx @eslint/config-inspector@latest",
"lint:attw": "pnpm --filter \"./packages/*\" lint:attw",
"lint:check-types": "pnpm --filter \"./packages/*\" lint:check-types",
"lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives",
"lint:eslint:interactive": "pnpx eslint-interactive@latest . --fix --max-warnings 0 --report-unused-disable-directives",
"lint:format": "prettier --write .",
"lint:publint": "pnpm --filter \"./packages/*\" version-package:publint",
"lint:size": "pnpm --filter \"./packages/*\" lint:size",
"prepare": "husky",
"release": "pnpm --filter \"./packages/*\" release",
"test:release": "pnpx pkg-pr-new publish './packages/*' --compact",
"version-package": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@eslint-react/eslint-plugin": "^1.23.2",
"@types/node": "^22.10.5",
"@zayne-labs/eslint-config": "^0.5.1",
"@zayne-labs/tsconfig": "catalog:",
"bumpp": "^9.10.0",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"typescript": "catalog:"
}
}