{
  "name": "@stdbl/wao",
  "version": "1.0.1",
  "description": "Optimize web pages for LLM agent interaction and understanding",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "import": "./dist/react.mjs",
      "require": "./dist/react.js"
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "llm",
    "agent",
    "augmentation",
    "automation",
    "accessibility",
    "semantic",
    "react",
    "web-optimization",
    "ai",
    "stunt-double"
  ],
  "author": "Stunt Double",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stunt-double/wao.git"
  },
  "bugs": {
    "url": "https://github.com/stunt-double/wao/issues"
  },
  "homepage": "https://github.com/stunt-double/wao#readme",
  "license": "MIT",
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@nx/eslint": "^21.0.3",
    "@nx/jest": "^21.0.3",
    "@nx/js": "^21.0.3",
    "@nx/react": "^21.0.3",
    "@nx/workspace": "^21.0.3",
    "@types/jest": "^29.5.14",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.3",
    "@typescript-eslint/eslint-plugin": "^8.32.0",
    "@typescript-eslint/parser": "^8.32.0",
    "eslint": "^9.26.0",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "nx": "^21.0.3",
    "prettier": "^3.5.3",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.1.2",
    "tslib": "^2.8.1",
    "tsup": "^8.0.1",
    "typedoc": "^0.25.7",
    "typescript": "^5.8.3"
  },
  "type": "module",
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "build": "nx build",
    "dev": "nx dev",
    "clean": "nx clean",
    "lint": "nx lint",
    "lint:fix": "nx lint:fix",
    "format": "nx format",
    "format:check": "nx format:check",
    "validate": "nx validate",
    "docs": "nx docs",
    "test": "nx test",
    "start:example": "nx dev wao-react-todo-example",
    "build:example": "nx build wao-react-todo-example",
    "nx": "nx"
  }
}