|
7 | 7 | "author": "Yosuke Ota", |
8 | 8 | "funding": "https://github.com/sponsors/ota-meshi", |
9 | 9 | "license": "MIT", |
| 10 | + "packageManager": "[email protected]", |
10 | 11 | "engines": { |
11 | 12 | "node": "^14.18.0 || >=16.0.0" |
12 | 13 | }, |
|
28 | 29 | "build:ts": "tsc --project ./tsconfig.build.json", |
29 | 30 | "clean": "rimraf .nyc_output dist coverage", |
30 | 31 | "cover": "nyc --reporter=lcov yarn test", |
31 | | - "docs:watch": "vitepress dev docs", |
32 | 32 | "docs:build": "yarn build && vitepress build docs", |
33 | 33 | "docs:build-and-preview": "yarn docs:build && npx http-server docs/.vitepress/dist", |
| 34 | + "docs:watch": "vitepress dev docs", |
34 | 35 | "lint": "eslint .", |
35 | 36 | "lint-fix": "yarn lint --fix", |
36 | 37 | "mocha": "yarn ts node_modules/mocha/bin/mocha", |
37 | 38 | "new": "yarn ts ./tools/new-rule", |
38 | 39 | "prebuild": "yarn -s clean", |
39 | 40 | "predocs:watch": "yarn build", |
| 41 | + "prelint": "yarn build", |
40 | 42 | "prerelease": "yarn test && yarn build", |
41 | 43 | "preversion": "yarn test && git add .", |
42 | | - "release": "changeset publish", |
| 44 | + "release": "clean-pkg-json && changeset publish", |
43 | 45 | "test": "env-cmd -e test yarn mocha \"tests/src/**/*.ts\" --reporter dot --timeout 60000", |
44 | 46 | "ts": "env-cmd -e base node -r esbuild-register", |
45 | 47 | "update": "yarn ts ./tools/update && yarn lint-fix", |
|
53 | 55 | "@eslint-community/eslint-utils": "^4.3.0", |
54 | 56 | "ajv": "^8.0.0", |
55 | 57 | "debug": "^4.3.1", |
56 | | - "eslint-compat-utils": "^0.6.0", |
| 58 | + "eslint-compat-utils": "^0.6.5", |
57 | 59 | "eslint-json-compat-utils": "^0.2.1", |
58 | | - "json-schema-migrate": "^2.0.0", |
| 60 | + "json-schema-migrate-x": "^2.1.0", |
59 | 61 | "jsonc-eslint-parser": "^2.0.0", |
60 | 62 | "minimatch": "^9.0.0 || ^10.0.0", |
61 | 63 | "synckit": "^0.11.1", |
|
89 | 91 | "eslint-config-prettier": "^10.0.0", |
90 | 92 | "eslint-plugin-eslint-plugin": "^6.0.0", |
91 | 93 | "eslint-plugin-jsdoc": "^50.0.0", |
92 | | - "eslint-plugin-json-schema-validator": "^5.0.0", |
| 94 | + "eslint-plugin-json-schema-validator": "link:.", |
93 | 95 | "eslint-plugin-jsonc": "^2.0.0", |
94 | 96 | "eslint-plugin-markdown": "^5.0.0", |
95 | 97 | "eslint-plugin-n": "^17.2.0", |
|
121 | 123 | }, |
122 | 124 | "publishConfig": { |
123 | 125 | "access": "public" |
124 | | - }, |
125 | | - "packageManager": "[email protected]" |
| 126 | + } |
126 | 127 | } |
0 commit comments