@shixinde/guoguo-vite-plugin-config
Version:
袁果锅生态 - Vite 插件 用于简化配置
29 lines (28 loc) • 530 B
JSON
{
"name": "@shixinde/guoguo-vite-plugin-config",
"version": "1.0.7",
"author": "袁果锅",
"type": "module",
"description": "袁果锅生态 - Vite 插件 用于简化配置",
"keywords": [
"@shixinde",
"袁果锅",
"袁果锅生态",
"VITE",
"plugin",
"vite-plugin"
],
"main": "index.ts",
"files": [
"index.ts",
"types/**"
],
"types": "index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "^5.7.2"
}
}