{
  "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"
  }
}
