{
  "name": "@se-studio/site-check",
  "version": "2.10.32",
  "description": "Validate SE marketing sites (sitemap, llms.txt) and download markdown files preserving structure",
  "repository": {
    "type": "git",
    "url": "https://github.com/Something-Else-Studio/se-core-product",
    "directory": "packages/site-check"
  },
  "license": "MIT",
  "type": "module",
  "main": "./dist/cli.js",
  "types": "./dist/cli.d.ts",
  "exports": {
    ".": {
      "types": "./dist/cli.d.ts",
      "import": "./dist/cli.js",
      "default": "./dist/cli.js"
    },
    "./screaming-frog": {
      "types": "./dist/screaming-frog/index.d.ts",
      "import": "./dist/screaming-frog/index.js",
      "default": "./dist/screaming-frog/index.js"
    },
    "./production-audit": {
      "types": "./dist/production-audit/index.d.ts",
      "import": "./dist/production-audit/index.js",
      "default": "./dist/production-audit/index.js"
    },
    "./smoke-test": {
      "types": "./dist/smoke-test/index.d.ts",
      "import": "./dist/smoke-test/index.js",
      "require": "./dist/smoke-test/index.js",
      "default": "./dist/smoke-test/index.js"
    },
    "./cms-integrity": {
      "types": "./dist/cms-integrity/index.d.ts",
      "import": "./dist/cms-integrity/index.js",
      "require": "./dist/cms-integrity/index.js",
      "default": "./dist/cms-integrity/index.js"
    }
  },
  "bin": {
    "site-check": "./dist/cli.js",
    "site-check-screaming-frog": "./dist/screaming-frog-cli.js",
    "smoke-test-one": "./smoke-test-one.mjs",
    "smoke-test-deploy-check": "./smoke-test-deploy-check.mjs",
    "smoke-test-live": "./smoke-test-live.mjs",
    "validate-build-routes": "./validate-build-routes.mjs",
    "revalidation-matrix-test": "./revalidation-matrix-test.mjs",
    "develop-sites-timing": "./develop-sites-timing.mjs",
    "markdown-accuracy-audit": "./markdown-accuracy-audit.mjs",
    "check-no-context-workarounds": "./check-no-context-workarounds.mjs"
  },
  "files": [
    "dist",
    "docs",
    "fixtures",
    "templates",
    "*.md",
    "smoke-test-one.mjs",
    "smoke-test-deploy-check.mjs",
    "smoke-test-live.mjs",
    "validate-build-routes.mjs",
    "revalidation-matrix-test.mjs",
    "develop-sites-timing.mjs",
    "markdown-accuracy-audit.mjs",
    "check-no-context-workarounds.mjs"
  ],
  "keywords": [
    "sitemap",
    "llms.txt",
    "markdown",
    "validation",
    "screaming-frog",
    "seo",
    "cli",
    "vercel",
    "deployment-protection"
  ],
  "homepage": "https://github.com/Something-Else-Studio/se-core-product#readme",
  "bugs": {
    "url": "https://github.com/Something-Else-Studio/se-core-product/issues"
  },
  "dependencies": {
    "@se-studio/contentful-rest-api": "1.28.1",
    "@se-studio/core-data-types": "1.13.6"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.12",
    "@types/node": "^24.13.3",
    "typescript": "^7.0.2"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "dev": "tsc --project tsconfig.build.json --watch",
    "type-check": "tsc --noEmit",
    "lint": "biome lint .",
    "clean": "rm -rf dist .turbo *.tsbuildinfo",
    "test": "pnpm build && node --test scripts/screaming-frog-audit.test.mjs scripts/production-audit.test.mjs scripts/discovery.test.mjs scripts/smoke-test.test.mjs scripts/analytics-context-bundle.test.mjs scripts/check-no-context-workarounds.test.mjs scripts/revalidation-matrix.test.mjs scripts/develop-sites-timing.test.mjs scripts/markdown-accuracy-audit.test.mjs"
  }
}