{
  "name": "picgo-plugin-alist-bed",
  "version": "0.1.6",
  "description": "alist-bed 的picgo插件",
  "author": "gmero",
  "license": "MIT",
  "homepage": "https://www.gmero.com",
  "keywords": [
    "picgo",
    "picgo-gui-plugin",
    "picgo-plugin",
    "alist-bed",
    "alist",
    "tinypng"
  ],
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "axios": "^1.7.3",
    "form-data": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "16.9.1",
    "@xbmlz/eslint-config-prettier": "^0.1.17",
    "@xbmlz/eslint-config-ts": "^0.1.17",
    "eslint": "^8.57.0",
    "picgo": "^1.5.7",
    "typescript": "^5.5.4"
  },
  "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"
  }
}