|
- {
- "version": "1.3.1",
- "name": "vite-plugin-use-modules",
- "description": "自动加载 modules",
- "main": "./dist/index.js",
- "module": "./dist/index.mjs",
- "types": "./dist/index.d.ts",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/dishait/vite-plugin-use-modules.git"
- },
- "exports": {
- "./*": "./*",
- ".": {
- "require": "./dist/index.js",
- "import": "./dist/index.mjs",
- "types": "./dist/index.d.ts"
- }
- },
- "files": [
- "dist",
- "client.d.ts"
- ],
- "scripts": {
- "build": "tsup",
- "test": "vitest",
- "test:watch": "vitest --watch",
- "coverage": "vitest --coverage",
- "dev": "pnpm run build --watch",
- "init:info": "plop --plopfile scripts/init.js",
- "release": "bumpp --commit --push --tag && npm publish",
- "play": "pnpm -C examples/vite run dev",
- "play:open": "pnpm -C examples/vite run dev:open",
- "play:host": "pnpm -C examples/vite run dev:host",
- "play:build": "pnpm -C examples/vite run build",
- "play:preview": "pnpm -C examples/vite run preview",
- "play:preview:open": "pnpm -C examples/vite run preview:open",
- "play:preview:host": "pnpm -C examples/vite run preview:host"
- },
- "keywords": [
- "vite",
- "plugin",
- "template"
- ],
- "author": {
- "name": "markthree",
- "url": "https://github.com/markthree"
- },
- "bugs": {
- "url": "https://github.com/dishait/vite-plugin-use-modules/issues"
- },
- "license": "MIT",
- "devDependencies": {
- "@types/node": "^17.0.45",
- "bumpp": "^7.2.0",
- "c8": "^7.11.3",
- "esno": "^0.14.1",
- "plop": "^3.1.1",
- "tsup": "^5.12.9",
- "typescript": "^4.7.4",
- "vite": "^2.9.14",
- "vitest": "^0.1.27",
- "vue": "^3.2.37"
- },
- "peerDependencies": {
- "vue": ">=3.2.31"
- },
- "dependencies": {
- "local-pkg": "^0.4.2"
- }
- }
|