{
  "name": "@prss/themes",
  "version": "1.2.2",
  "description": "Official PRSS themes, published as a single package served over CDN.",
  "license": "MIT",
  "author": "Francisco Hodge <hello@franciscohodge.com> (https://github.com/hodgef)",
  "homepage": "https://github.com/prss-io/themes",
  "repository": {
    "type": "git",
    "url": "https://github.com/prss-io/themes"
  },
  "bugs": {
    "url": "https://github.com/prss-io/themes/issues"
  },
  "keywords": [
    "prss",
    "themes"
  ],
  "files": [
    "build"
  ],
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "build": "node scripts/build-all.js",
    "build:theme": "node scripts/build-all.js --theme",
    "verify": "node scripts/verify-build.js",
    "prepublishOnly": "npm run build && npm run verify"
  }
}
