UNPKG

vite-auto-deploy

Version:

用于配合 PHP 自动打包并上传打包后的文件到服务器指定目录的插件,此插件需要配合 php [项目地址](https://gitee.com/mxp131011/auto_deploy/)

75 lines (74 loc) 1.95 kB
{ "name": "vite-auto-deploy", "version": "2.0.32", "description": "用于配合 PHP 自动打包并上传打包后的文件到服务器指定目录的插件,此插件需要配合 php [项目地址](https://gitee.com/mxp131011/auto_deploy/)", "type": "module", "keywords": [ "automation", "deploy", "vite", "build" ], "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.js" }, "files": [ "dist" ], "dependencies": { "chalk": "latest", "formdata-node": "latest", "fs": "latest", "https": "latest", "jszip": "latest", "node-fetch": "latest", "node-machine-id": "latest", "ora": "latest", "path": "latest" }, "devDependencies": { "@eslint/js": "latest", "@types/node": "latest", "eslint": "latest", "eslint-plugin-jsdoc": "latest", "prettier": "latest", "tsup": "latest", "typescript": "latest", "typescript-eslint": "latest", "vite": "latest" }, "peerDependencies": { "vite": ">=6.0.0" }, "scripts": { "打包": "tsup", "安装": "pnpm install", "登录": "npm login", "更新": "ncu -u", "更新一个补丁": "npm version patch", "更新一个小改动": "npm version minor", "更新一个大改动": "npm version major", "发布": "npm publish", "更新并发布": "npm version patch && npm publish" }, "bugs": { "email": "mxp131011@qq.com", "url": "https://gitee.com/mxp_open/vite_auto_deploy_js/issues" }, "repository": { "type": "git", "url": "https://gitee.com/mxp_open/vite_auto_deploy_js" }, "author": { "name": "O昵称重要吗O", "email": "mxp131011@qq.com", "url": "https://gitee.com/mxp131011" }, "license": "MIT", "homepage": "https://gitee.com/mxp_open/vite_auto_deploy_js" }