{
  "name": "pseolint",
  "version": "0.7.3",
  "description": "Programmatic SEO linter CLI — SpamBrain-proof your pSEO before you publish. v0.4 verdict ladder (ready/caution/concerning/critical) + auto site classification.",
  "license": "MIT",
  "author": "Ouranos Labs <contact@ouranos-labs.dev>",
  "homepage": "https://pseolint.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/ouranos-labs/pseolint.git",
    "directory": "packages/cli"
  },
  "keywords": [
    "seo",
    "pseo",
    "programmatic-seo",
    "spambrain",
    "lint",
    "cli"
  ],
  "type": "module",
  "bin": {
    "pseolint": "dist/cli.js"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "lint": "tsc --noEmit -p tsconfig.json",
    "test": "vitest run --passWithNoTests",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  },
  "dependencies": {
    "@pseolint/core": "^0.7.3",
    "@pseolint/mcp": "^0.7.3",
    "commander": "^14.0.3",
    "cosmiconfig": "^9.0.1",
    "jiti": "^2.6.0",
    "zod": "^4.3.6"
  }
}