{
  "name": "@datawheel/bespoke-cms-warmup",
  "version": "0.3.0",
  "description": "Warmup utility for Bespoke CMS pages",
  "main": "dist/index.js",
  "bin": {
    "bespoke-cms-warmup": "dist/index.js"
  },
  "scripts": {
    "prepublishOnly": "tsup",
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node dist/index.js"
  },
  "keywords": [
    "bespoke",
    "cms",
    "warmup",
    "testing"
  ],
  "dependencies": {
    "axios": "^1.6.0",
    "getopts": "^2.3.0",
    "pg": "^8.13.1",
    "puppeteer": "^23.10.4",
    "puppeteer-cluster": "^0.23.0",
    "sequelize": "^6.35.0",
    "tsup": "^8.5.1"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist"
  ],
  "author": "Pablo H. Paladino",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  }
}
