-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
40 lines (40 loc) · 916 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "vue-cli-plugin-auto-routing",
"version": "1.3.0",
"description": "Vue CLI plugin that provides auto routing feature",
"files": [
"index.js",
"route-loader.js",
"generator"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ktsn/vue-cli-plugin-auto-routing.git"
},
"keywords": [
"Vue",
"Vue CLI",
"plugin",
"routing",
"auto routing"
],
"author": "katashin",
"license": "MIT",
"bugs": {
"url": "https://github.com/ktsn/vue-cli-plugin-auto-routing/issues"
},
"homepage": "https://github.com/ktsn/vue-cli-plugin-auto-routing#readme",
"scripts": {
"lint": "eslint .",
"format": "eslint --fix .",
"prepublishOnly": "npm run lint"
},
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-ktsn": "^2.0.1",
"prettier": "2.2.1"
},
"peerDependencies": {
"vue-auto-routing": "^1.0.0"
}
}