vite-plugin-use-modules
Version:
60 lines (59 loc) • 1.29 kB
JSON
{
"version": "1.4.8",
"name": "vite-plugin-use-modules",
"description": "自动加载 modules",
"main": "./dist/index.cjs",
"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.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"client.d.ts"
],
"scripts": {
"build": "unbuild",
"prepublishOnly": "pnpm run build",
"dev": "unbuild --stub && pnpm -C examples/vite dev",
"release": "bumpp --commit --push --tag && npm publish"
},
"keywords": [
"vite",
"vue",
"module",
"plugin"
],
"author": {
"name": "markthree",
"url": "https://github.com/markthree"
},
"bugs": {
"url": "https://github.com/dishait/vite-plugin-use-modules/issues"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^18.18.12",
"bumpp": "^9.2.0",
"typescript": "^5.3.2",
"unbuild": "^2.0.0",
"vite": "^5.0.2",
"vue": "^3.3.8"
},
"peerDependencies": {
"vue": ">=3.0.0",
"vite": ">=2.0.0"
},
"dependencies": {
"local-pkg": "^0.5.0"
}
}