{
  "name": "astro-robots-txt",
  "version": "1.0.0",
  "description": "Generate a robots.txt for Astro",
  "keywords": [
    "astro-integration",
    "astro",
    "astro-component",
    "seo",
    "robots.txt",
    "robotstxt",
    "robots-txt"
  ],
  "author": {
    "name": "Oleksii Tymoshenko"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/alextim/astro-lib.git",
    "directory": "packages/astro-robots-txt"
  },
  "homepage": "https://github.com/alextim/astro-lib/tree/main/packages/astro-robots-txt#readme",
  "bugs": "https://github.com/alextim/astro-lib/issues",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist/index.js",
    "dist/index.d.ts"
  ],
  "dependencies": {
    "valid-filename": "^4.0.0",
    "zod": "^3.22.2"
  },
  "devDependencies": {
    "@types/node": "^20.5.9",
    "astro": "^3.0.11",
    "at-scripts": "0.0.4",
    "c8": "^8.0.1",
    "typescript": "^5.2.2",
    "vite": "^4.4.9",
    "vitest": "^0.34.4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "at-scripts create-pkg-name && at-scripts build && tsc -p tsconfig.build.json && at-scripts copy index.d.ts",
    "typecheck": "tsc --noEmit --pretty",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "test:pub": "pnpm publish --dry-run --no-git-checks"
  }
}