UNPKG

884 BJSONView Raw
1{
2 "name": "@wuxh/eslint-config-vue",
3 "version": "0.0.3",
4 "main": "index.js",
5 "scripts": {
6 "lint": "eslint . --config=index.js"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/wxh16144/configs-monorepo.git",
11 "directory": "packages/eslint-config-vue"
12 },
13 "keywords": [
14 "eslint-config"
15 ],
16 "author": "wuxh <wxh1220@gmail.com> (https://github.com/wxh16144)",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/wxh16144/configs-monorepo/issues"
20 },
21 "homepage": "https://github.com/wxh16144/configs-monorepo#readme",
22 "dependencies": {
23 "@wuxh/eslint-config-ts": "^0.0.3",
24 "eslint-plugin-vue": "^8.2.0"
25 },
26 "devDependencies": {
27 "eslint": "^8.4.1"
28 },
29 "publishConfig": {
30 "access": "public",
31 "registry": "https://registry.npmjs.org"
32 },
33 "gitHead": "2ef94ec05bca3659bff750e9b28709d4022a54e7"
34}