vite-plugin-wechat-mp
Version:
vite-plugin-wechat-mp 使用 Vite 编译微信小程序
67 lines (66 loc) • 1.64 kB
JSON
{
"name": "vite-plugin-wechat-mp",
"version": "1.1.15",
"description": "vite-plugin-wechat-mp 使用 Vite 编译微信小程序",
"author": "dafengzhen",
"license": "MIT",
"type": "module",
"main": "dist/vite-plugin-wechat-mp.cjs",
"module": "dist/vite-plugin-wechat-mp.js",
"types": "dist/vite-plugin-wechat-mp.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/vite-plugin-wechat-mp.js",
"require": "./dist/vite-plugin-wechat-mp.cjs"
}
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@types/node": "^24.1.0",
"eslint": "^9.32.0",
"eslint-plugin-perfectionist": "^4.15.0",
"prettier": "^3.6.2",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0",
"vite": "^7.0.6"
},
"peerDependencies": {
"vite": ">=6"
},
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "npm build --mode development --watch",
"build": "tsc && vite build --mode production",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public",
"tag": "latest",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dafengzhen/vite-plugin-wechat-mp.git"
},
"keywords": [
"vite-plugin",
"plugin",
"weixin",
"wechat",
"mini programs",
"mp",
"wxml",
"wxss"
],
"bugs": {
"url": "https://github.com/dafengzhen/vite-plugin-wechat-mp/issues"
},
"homepage": "https://github.com/dafengzhen/vite-plugin-wechat-mp#readme"
}