vue-router/package.json

19 lines
387 B
JSON

{
"name": "@bytedo/vue-router",
"description": "vue-router去除`@vue/devtools-api`依赖版",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node ./update.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytedo/vue-router.git"
},
"keywords": [
"vue-router",
"vue"
],
"author": "Yutent <yutent.io@gmail.com>"
}
vue-router去除@vue/devtools-api依赖版。
JavaScript 100%