-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "vite-auto-deploy",
"version": "1.2.4",
"description": "用于配合 PHP 自动打包并上传打包后的文件到服务器指定目录的插件,此插件需要配合 php [项目地址](https://gitee.com/mxp131011/auto_deploy/)",
"keywords": [
"automation",
"deploy",
"vite",
"build"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"files": [
"dist"
],
"dependencies": {
"form-data": "latest",
"getmac": "latest",
"jszip": "latest",
"nanospinner": "latest",
"path": "latest"
},
"devDependencies": {
"tsup": "latest",
"typescript": "latest",
"vite": "latest",
"eslint": "^8.33.0",
"eslint-plugin-jsdoc": "^39.7.5",
"prettier": "^2.8.3"
},
"scripts": {
"打包": "tsup",
"安装": "npm install",
"登录": "npm login",
"更新一个补丁": "npm version patch",
"更新一个小改动": "npm version minor",
"更新一个大改动": "npm version major",
"发布": "npm publish",
"更新并发布": "npm version patch && npm publish"
},
"bugs": {
"email": "[email protected]",
"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": "[email protected]",
"url": "https://gitee.com/mxp131011"
},
"license": "MIT",
"homepage": "https://gitee.com/mxp_open/vite_auto_deploy_js"
}