generated from zayne-labs/create-ts-library
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.62 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
{
"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",
"dev": "pnpm --filter ./packages/* dev",
"inspect:eslint-config": "pnpx @eslint/config-inspector@latest",
"lint:attw": "pnpm --filter ./packages/* lint:attw",
"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",
"lint:type-check": "pnpm --filter ./packages/* lint:type-check",
"prepare": "husky",
"release": "pnpm --filter ./packages/* release",
"release:test": "pnpx pkg-pr-new publish ./packages/* --compact",
"test": "pnpm --filter ./packages/* test",
"test:dev": "pnpm --filter ./packages/* test:dev",
"version-package": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@eslint-react/eslint-plugin": "^1.29.0",
"@types/node": "^22.13.8",
"@zayne-labs/eslint-config": "^0.6.1",
"@zayne-labs/tsconfig": "0.2.1",
"bumpp": "^10.0.3",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.5.2",
"typescript": "5.8.2"
}
}