{ "version": "0.2.2", "name": "vite-plugin-vue-meta-layouts", "description": "vite 的 vue-router 的元信息布局系统", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/dishait/vite-plugin-vue-meta-layouts.git" }, "exports": { "./*": "./*", ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "files": [ "dist", "client.d.ts" ], "scripts": { "build": "unbuild", "dev": "unbuild --stub", "prepublish": "pnpm build", "play:dev": "pnpm -C example dev", "play:build": "pnpm -C example build", "play:preview": "pnpm -C example preview", "release": " bumpp --commit --push --tag && npm publish" }, "keywords": [ "vite", "plugin", "template" ], "author": { "email": "1801982702@qq.com", "name": "markthree", "url": "https://github.com/markthree" }, "bugs": { "email": "1801982702@qq.com", "url": "https://github.com/dishait/vite-plugin-vue-meta-layouts/issues" }, "license": "MIT", "devDependencies": { "@types/node": "^18.15.11", "bumpp": "^9.1.0", "typescript": "^5.0.3", "unbuild": "^1.2.0", "vite": "^4.2.1", "vue-router": "^4.1.6" }, "peerDependencies": { "vite": ">=2.0.0", "vue-router": ">=4.0.14" }, "pnpm": { "peerDependencyRules": { "ignoreMissing": [ "vue" ] } }, "dependencies": { "local-pkg": "^0.4.3" } }