{
  "name": "downpop",
  "version": "1.0.1",
  "description": "Just a simple way to get a glance at download stats for npm packages.",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "node cli.js",
    "stats": "npx downpop downpop simplequad adaptive-html code-bed readability-component social-contact express-request-activity"
  },
  "author": "Richie Casto (https://github.com/rcasto)",
  "license": "MIT",
  "dependencies": {
    "node-fetch": "2.6.1"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rcasto/downpop.git"
  },
  "keywords": [
    "npm",
    "npm-package-info",
    "download-data",
    "npm-cli",
    "npx"
  ],
  "bin": {
    "downpop": "cli.js"
  }
}
