{
  "name": "picgo-plugin-cloudflare-r2",
  "version": "1.1.3",
  "description": "PicGo plugin for Cloudflare R2",
  "main": "dist/index.js",
  "homepage": "https://github.com/cmj2002/picgo-CF-R2",
  "publishConfig": {
    "access": "public"
  },
  "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-plugin"
  ],
  "author": "cmj2002",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^17.0.35",
    "eslint": "^8.16.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-standard": "^4.1.0",
    "picgo": "^1.4.26",
    "tslint": "^5.20.1",
    "tslint-config-standard": "^7.1.0",
    "typescript": "^4.7.2"
  },
  "dependencies": {
    "file-type": "^16.5.3",
    "moment": "^2.29.3"
  }
}
