@comet/create-app 1.96.0 → 1.97.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/create-app",
3
- "version": "1.96.0",
3
+ "version": "1.97.0",
4
4
  "description": "Command-line interface to create a new Comet application",
5
5
  "homepage": "https://github.com/vivid-planet/comet-starter/tree/main/create-app#readme",
6
6
  "bugs": {
@@ -22,8 +22,9 @@
22
22
  "prebuild": "npm run clean",
23
23
  "build": "tsc --project tsconfig.json",
24
24
  "clean": "rimraf lib",
25
- "lint": "run-p lint:prettier lint:eslint lint:tsc",
25
+ "lint": "run-p lint:prettier lint:eslint lint:tsc lint:knip",
26
26
  "lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx,.json --max-warnings 0 src/",
27
+ "lint:knip": "knip --exports --files --dependencies --tags=-knipignore",
27
28
  "lint:prettier": "npx prettier --check './**/*.{js,json,md,yml,yaml}'",
28
29
  "lint:tsc": "tsc --project ./tsconfig.json",
29
30
  "prepublishOnly": "npm run lint && npm run build",
@@ -40,15 +41,13 @@
40
41
  },
41
42
  "devDependencies": {
42
43
  "@comet/eslint-config": "^8.3.0",
43
- "@comet/eslint-plugin": "^8.3.0",
44
44
  "@cspell/eslint-plugin": "^8.19.4",
45
45
  "@tsconfig/node22": "^22.0.2",
46
46
  "@types/node": "^22.14.1",
47
- "cspell": "^8.19.4",
47
+ "knip": "^5.61.3",
48
48
  "npm-run-all2": "^7.0.2",
49
49
  "prettier": "^3.6.2",
50
- "typescript": "5.8.3",
51
- "eslint-plugin-package-json": "0.44.1"
50
+ "typescript": "5.8.3"
52
51
  },
53
52
  "publishConfig": {
54
53
  "access": "public",