{
  "name": "@laertejjunior/docker-ratelimit",
  "version": "0.1.9",
  "description": "Checking Your Current Docker Pull Rate Limits and Status",
  "author": "Laerte Mercier Junior",
  "license": "ISC",
  "bin": {
    "docker-ratelimit": "app.js"
  },
  "config": {
    "token-url": "https://auth.docker.io/token?service=registry.docker.io&scope=repository:ratelimitpreview/test:pull",
    "validation-url": "https://registry-1.docker.io/v2/ratelimitpreview/test/manifests/latest"
  },
  "dependencies": {
    "axios": "^0.24.0",
    "chalk": "^4.1.2",
    "https-proxy-agent": "^5.0.0",
    "inquirer": "^8.2.0",
    "moment": "^2.29.1",
    "ora": "^5.4.1",
    "yargs": "^17.2.1"
  },
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laertejjunior/docker-ratelimit.git"
  },
  "keywords": [
    "docker",
    "hub",
    "image",
    "retention",
    "rate",
    "limit",
    "RateLimit",
    "RateLimit-Remaining",
    "Remaining"
  ],
  "bugs": {
    "url": "https://github.com/laertejjunior/docker-ratelimit/issues"
  },
  "homepage": "https://github.com/laertejjunior/docker-ratelimit#readme"
}
