{ "name": "@halo-dev/admin-shared", "version": "0.0.0", "description": "", "files": [ "dist" ], "scripts": { "dev": "vite build --watch", "build": "vite build" }, "keywords": [], "author": { "name": "@halo-dev", "url": "https://github.com/halo-dev" }, "main": "./dist/halo-admin-shared.cjs.js", "module": "./dist/halo-admin-shared.es.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/halo-admin-shared.cjs.js", "import": "./dist/halo-admin-shared.es.js" } }, "repository": { "type": "git", "url": "https://github.com/halo-dev/halo-admin.git", "directory": "packages/shared" }, "bugs": { "url": "https://github.com/halo-dev/halo/issues" }, "homepage": "https://github.com/halo-dev/halo-admin/tree/next/shared/components#readme", "license": "MIT", "devDependencies": { "vite-plugin-dts": "^1.2.0" }, "peerDependencies": { "vue": "^3.2.37", "vue-router": "^4.0.16" } }