{
  "name": "eleventy-plugin-standard-site",
  "version": "1.0.0",
  "description": "11ty plugin to generate and publish Standard.site records on your AT Protocol PDS for your site.",
  "keywords": [
    "11ty",
    "11ty-plugin",
    "eleventy",
    "eleventy-plugin",
    "standard.site",
    "atproto",
    "lexicon",
    "atprotocol",
    "pds"
  ],
  "homepage": "https://github.com/aitorres/eleventy-plugin-standard-site#readme",
  "bugs": {
    "url": "https://github.com/aitorres/eleventy-plugin-standard-site/issues"
  },
  "repository": "https://github.com/aitorres/eleventy-plugin-standard-site",
  "license": "MIT",
  "author": {
    "name": "Andrés Ignacio Torres",
    "email": "dev@aitorres.com",
    "url": "https://aitorres.com"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "tsdown",
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "html-to-text": "^10.0.0",
    "mime-types": "^3.0.2"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/html-to-text": "^9.0.4",
    "@types/mime-types": "^3.0.1",
    "@types/node": "^25.9.3",
    "eslint": "^10.5.0",
    "globals": "^17.6.0",
    "prettier": "^3.8.4",
    "rimraf": "^6.1.3",
    "tsdown": "^0.22.2",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.61.0",
    "vitest": "^4.1.8"
  },
  "11ty": {
    "compatibility": ">=2.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "prettier": {
    "arrowParens": "always",
    "bracketSpacing": true,
    "semi": true,
    "singleQuote": false,
    "trailingComma": "none",
    "printWidth": 120,
    "tabWidth": 2,
    "useTabs": false
  }
}
