{
  "name": "eleventy-plugin-repoviewer",
  "type": "module",
  "version": "0.0.1-alpha.1",
  "main": "dist/main.js",
  "scripts": {
    "build": "npm run schemas && npm run ts && npm run frontend && npm run css",
    "frontend": "npx rollup -c",
    "ts": "./make.sh && npx tsc",
    "schemas": "npx ts-json-schema-generator --path src/configTypes.ts --type ReposConfiguration > schemas/ReposConfiguration.json",
    "docs": "npx typedoc src/configTypes.ts --readme none",
    "css": "npx sass scss/:dist/css/",
    "css:watch": "npx sass --watch scss/:dist/css/"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "@types/node": "^24.0.7",
    "bootstrap": "^5.3.8",
    "rollup": "^4.57.1",
    "sass": "^1.94.0",
    "ts-json-schema-generator": "^2.4.0",
    "typedoc": "^0.28.13",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@11ty/eleventy-plugin-rss": "^2.0.4",
    "ajv": "^8.17.1",
    "diff": "^8.0.2",
    "escape-html": "^1.0.3",
    "minimatch": "^10.1.1",
    "mithril": "^2.3.8",
    "mithril-node-render": "^3.0.2"
  }
}
