|
1 | 1 | {
|
2 | 2 | "name": "@unconfig/eslint-config",
|
3 |
| - "version": "0.1.3", |
| 3 | + "version": "0.1.9", |
4 | 4 | "description": "🚀 The package offer eslint-config for @unconfig!",
|
5 | 5 | "keywords": [
|
6 | 6 | "unconfig",
|
|
11 | 11 | "eslint",
|
12 | 12 | "eslint-config"
|
13 | 13 | ],
|
| 14 | + "license": "MIT", |
14 | 15 | "homepage": "https://github.com/i7eo/unconfig/blob/master/packages/eslint-config#readme",
|
15 | 16 | "bugs": {
|
16 | 17 | "url": "https://github.com/i7eo/unconfig/issues"
|
17 | 18 | },
|
18 |
| - "license": "MIT", |
| 19 | + "repository": { |
| 20 | + "type": "git", |
| 21 | + "url": "https://github.com/i7eo/unconfig.git", |
| 22 | + "directory": "packages/eslint-config" |
| 23 | + }, |
19 | 24 | "author": "i7eo <admin@i7eo.com> (https://github.com/i7eo)",
|
20 | 25 | "files": [
|
21 | 26 | "*.d.ts",
|
|
42 | 47 | ]
|
43 | 48 | }
|
44 | 49 | },
|
45 |
| - "repository": { |
46 |
| - "type": "git", |
47 |
| - "url": "https://github.com/i7eo/unconfig.git", |
48 |
| - "directory": "packages/eslint-config" |
49 |
| - }, |
50 | 50 | "scripts": {
|
51 | 51 | "build": "tsup",
|
52 | 52 | "dev": "DEV=true pnpm build",
|
|
57 | 57 | "clean:cache": "rimraf .turbo && rimraf dist",
|
58 | 58 | "clean:deps": "rimraf node_modules"
|
59 | 59 | },
|
| 60 | + "peerDependencies": { |
| 61 | + "eslint": "^9.6.0" |
| 62 | + }, |
60 | 63 | "dependencies": {
|
61 |
| - "eslint": "^9.5.0", |
| 64 | + "@unconfig/utils": "workspace:*", |
| 65 | + "eslint": "^9.6.0", |
62 | 66 | "eslint-config-prettier": "^9.1.0",
|
63 | 67 | "eslint-define-config": "^2.1.0",
|
64 | 68 | "eslint-plugin-eslint-comments": "^3.2.0",
|
|
73 | 77 | "eslint-plugin-unused-imports": "^4.0.0",
|
74 | 78 | "eslint-plugin-vue": "^9.26.0",
|
75 | 79 | "eslint-plugin-yml": "^1.14.0",
|
76 |
| - "globals": "^15.6.0", |
| 80 | + "globals": "^15.7.0", |
77 | 81 | "jsonc-eslint-parser": "^2.4.0",
|
78 |
| - "local-pkg": "^0.5.0", |
79 | 82 | "prettier": "^3.3.2",
|
80 | 83 | "typescript-eslint": "^7.14.1",
|
81 | 84 | "vue-eslint-parser": "^9.4.3",
|
82 | 85 | "yaml-eslint-parser": "^1.2.3"
|
83 | 86 | },
|
84 | 87 | "devDependencies": {
|
85 | 88 | "@unconfig/prettier-config": "workspace:*",
|
| 89 | + "npm-run-all2": "^6.2.0", |
| 90 | + "rimraf": "^5.0.7", |
86 | 91 | "tsup": "^8.1.0"
|
87 | 92 | },
|
88 | 93 | "engines": {
|
|
0 commit comments