-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 943 Bytes
/
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
{
"name": "picgo-plugin-qingstor-uploader",
"version": "1.2.5",
"description": "青云对象存储图床; qingstor uploader;",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/chengww5217/picgo-plugin-qingstor-uploader",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p .",
"dev": "tsc -w -p .",
"patch": "npm version patch && git push origin master && git push origin --tags",
"minor": "npm version minor && git push origin master && git push origin --tags",
"major": "npm version major && git push origin master && git push origin --tags"
},
"keywords": [
"picgo",
"picgo-gui-plugin",
"picgo-plugin",
"青云对象存储图床",
"qingstor-uploader"
],
"author": "chengww",
"license": "MIT",
"devDependencies": {
"picgo": "^1.5.0",
"request-promise-native": "^1.0.9"
}
}