25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"name": "vue-cli-plugin-tsx-autorouter",
|
|
"version": "1.3.8",
|
|
"description": "vue cli plugin to auto add router tsx",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "bmy",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/generator": "^7.11.4",
|
|
"@babel/types": "^7.11.0",
|
|
"@babel/parser": "^7.11.4",
|
|
"glob": "^7.1.3",
|
|
"pify": "^4.0.1"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"vue-cli",
|
|
"vue-router",
|
|
"autorouter"
|
|
],
|
|
"devDependencies": {}
|
|
} |