UNPKG

868 BJSONView Raw
1{
2 "name": "@vant/eslint-config",
3 "version": "4.0.0",
4 "description": "eslint config of vant",
5 "main": "index.js",
6 "publishConfig": {
7 "access": "public",
8 "registry": "https://registry.npmjs.org/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/vant-ui/vant.git",
13 "directory": "packages/vant-eslint-config"
14 },
15 "bugs": "https://github.com/vant-ui/vant/issues",
16 "author": "chenjiahan",
17 "license": "MIT",
18 "dependencies": {
19 "@typescript-eslint/eslint-plugin": "^5.60.1",
20 "@typescript-eslint/parser": "^5.60.1",
21 "eslint-config-prettier": "^8.8.0",
22 "eslint-plugin-vue": "^9.15.1"
23 },
24 "devDependencies": {
25 "eslint": "^8.44.0",
26 "typescript": "^5.0.4"
27 },
28 "peerDependencies": {
29 "eslint": "^7.32.0 || ^8.2.0"
30 },
31 "scripts": {
32 "update:deps": "pnpm update --latest --interactive"
33 }
34}
\No newline at end of file