{
  "name": "now-storage",
  "version": "1.3.0",
  "description": "Use Now static deployments to upload and store files.",
  "main": "index.js",
  "scripts": {
    "test": "jest --ci",
    "test:w": "npm run test -- --watch",
    "clean": "npm run clean:user && npm run clean:team",
    "clean:user": "now rm now-storage-test -s -y -t $NOW_TOKEN",
    "clean:team": "now rm now-storage-test -s -y -T $NOW_TEAM -t $NOW_TOKEN"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sergiodxa/now-storage.git"
  },
  "keywords": [
    "static",
    "file-upload",
    "now",
    "zeit",
    "now.sh",
    "storage",
    "file-storage"
  ],
  "author": {
    "name": "Sergio Xalambrí",
    "email": "hello@sergiodxa.com",
    "url": "https://sergiodxa.com/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sergiodxa/now-storage/issues"
  },
  "homepage": "https://github.com/sergiodxa/now-storage#readme",
  "dependencies": {
    "async-retry": "^1.1.3",
    "node-fetch": "^2.0.0"
  },
  "devDependencies": {
    "eslint": "^5.7.0",
    "eslint-config-prettier": "^3.1.0",
    "eslint-plugin-prettier": "^3.0.0",
    "eslint-plugin-unicorn": "^6.0.1",
    "jest": "23.1.0",
    "now": "11.2.0",
    "prettier": "^1.14.3"
  }
}
