1 | {
|
2 | "name": "@vue/eslint-config-prettier",
|
3 | "version": "10.1.0",
|
4 | "description": "eslint-config-prettier for create-vue",
|
5 | "type": "commonjs",
|
6 | "main": "index.js",
|
7 | "files": [
|
8 | "index.js",
|
9 | "index.d.ts",
|
10 | "skip-formatting.js",
|
11 | "skip-formatting.d.ts"
|
12 | ],
|
13 | "exports": {
|
14 | ".": "./index.js",
|
15 | "./skip-formatting": "./skip-formatting.js"
|
16 | },
|
17 | "publishConfig": {
|
18 | "access": "public"
|
19 | },
|
20 | "repository": {
|
21 | "type": "git",
|
22 | "url": "git+https://github.com/vuejs/eslint-config-prettier.git"
|
23 | },
|
24 | "keywords": [
|
25 | "vue",
|
26 | "create-vue",
|
27 | "create-eslint-config",
|
28 | "eslint",
|
29 | "prettier"
|
30 | ],
|
31 | "author": "Evan You",
|
32 | "license": "MIT",
|
33 | "bugs": {
|
34 | "url": "https://github.com/vuejs/eslint-config-prettier/issues"
|
35 | },
|
36 | "homepage": "https://github.com/vuejs/eslint-config-prettier#readme",
|
37 | "dependencies": {
|
38 | "eslint-config-prettier": "^9.1.0",
|
39 | "eslint-plugin-prettier": "^5.2.1"
|
40 | },
|
41 | "devDependencies": {
|
42 | "eslint": "^9.11.0",
|
43 | "prettier": "^3.3.3",
|
44 | "typescript": "^5.6.3"
|
45 | },
|
46 | "peerDependencies": {
|
47 | "eslint": ">= 8.21.0",
|
48 | "prettier": ">= 3.0.0"
|
49 | },
|
50 | "scripts": {
|
51 | "lint": "eslint . --fix",
|
52 | "format": "prettier *.{js,md} --write"
|
53 | }
|
54 | } |
\ | No newline at end of file |