{
  "name": "@archway/valet",
  "version": "0.38.0",
  "description": "valet is a CSS-in-JS engine, a UI component kit, and an accessibility layer that treats all humans and their AI proxies as first-class users.",
  "keywords": [
    "react",
    "ai",
    "ui",
    "fiber",
    "react-component",
    "archway",
    "occ"
  ],
  "author": "0xbenc",
  "license": "MIT",
  "type": "commonjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./styles.css": "./styles.css",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "styles.css",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "sideEffects": [
    "*.css"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "npm run typecheck:src && npm run typecheck:types && npm run typecheck:scripts && npm run typecheck:mcp",
    "typecheck:src": "tsc -p tsconfig.json --noEmit",
    "typecheck:types": "tsc -p dx/type-tests/tsconfig.src.json",
    "typecheck:scripts": "tsc -p scripts/tsconfig.json",
    "typecheck:mcp": "tsc -p packages/valet-mcp/tsconfig.json --noEmit",
    "build": "npm run clean && tsup && cp -f src/styles.css styles.css",
    "prepack": "npm run build",
    "verify:pack": "node scripts/verify-pack.mjs",
    "check:engine": "node scripts/checks/engine-smoke.mjs",
    "check:rtl": "node scripts/checks/rtl-physical.mjs",
    "check:examples": "node scripts/checks/example-types.mjs",
    "check:bench": "node scripts/checks/engine-bench.mjs",
    "check:package": "publint && attw --pack . --profile esm-only --exclude-entrypoints ./styles.css",
    "check:bundle": "node scripts/check-bundle.mjs",
    "dev": "tsup --watch",
    "dx": "npm install && npm --prefix ./docs install && npm --prefix ./packages/create-valet-app install && npm run mcp:server:install",
    "dx:link": "npm run build && npm link && cd docs && npm link @archway/valet && cd ../packages/valet-mcp && npm link && cd ../create-valet-app && npm link",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --ignore-path .gitignore \"{src,docs}/**/*.{ts,tsx,js,jsx,json,md,css}\" --check",
    "format:fix": "prettier --ignore-path .gitignore \"{src,docs}/**/*.{ts,tsx,js,jsx,json,md,css}\" --write",
    "mcp:build": "node scripts/mcp/merge.mjs",
    "mcp:check": "node scripts/mcp/check-fresh.mjs",
    "mcp:watch": "node --watch scripts/mcp/merge.mjs",
    "mcp:schema:check": "node scripts/mcp/validate.mjs",
    "mcp:server:install": "cd packages/valet-mcp && npm install",
    "mcp:server:build": "cd packages/valet-mcp && npm run build",
    "mcp:server:selfcheck": "cd packages/valet-mcp && npm run selfcheck",
    "mcp:server:start": "cd packages/valet-mcp && npm run start",
    "mcp:server:preflight": "npm run mcp:build && npm run mcp:schema:check && npm run mcp:check",
    "mcp:server:publish": "npm run mcp:server:preflight && cd packages/valet-mcp && npm publish --access public",
    "mcp:server:publish:patch": "npm run mcp:server:preflight && cd packages/valet-mcp && npm version patch --no-git-tag-version && npm publish --access public",
    "mcp:server:publish:minor": "npm run mcp:server:preflight && cd packages/valet-mcp && npm version minor --no-git-tag-version && npm publish --access public",
    "mcp:server:publish:major": "npm run mcp:server:preflight && cd packages/valet-mcp && npm version major --no-git-tag-version && npm publish --access public",
    "cva:install": "npm --prefix packages/create-valet-app install",
    "cva:validate": "npm --prefix packages/create-valet-app run validate",
    "release:check": "node scripts/release/check-changelog.mjs && node scripts/release/check-pins.mjs"
  },
  "dependencies": {
    "@iconify/react": "^6.0.0",
    "highlight.js": "^11.11.1",
    "marked": "^16.1.1",
    "react-dropzone": "^14.2.3"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "zustand": "^4.5.7 || ^5.0.0"
  },
  "peerDependenciesMeta": {
    "zustand": {
      "optional": false
    }
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.3",
    "@babel/core": "^7.29.7",
    "@babel/parser": "^7.27.2",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-typescript": "^7.27.1",
    "@babel/traverse": "^7.25.9",
    "@types/node": "^24.9.1",
    "@types/react": "^19.1.0",
    "@types/react-dom": "^19.0.0",
    "@typescript-eslint/eslint-plugin": "^8.39.0",
    "@typescript-eslint/parser": "^8.39.0",
    "@vitest/coverage-v8": "^4.1.8",
    "eslint": "^9.25.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^5.2.0",
    "globals": "^14.0.0",
    "jsdom": "^29.1.1",
    "prettier": "^3.2.5",
    "publint": "^0.3.21",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "rimraf": "^5.0.5",
    "ts-morph": "^23.0.0",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3",
    "vitest": "^4.1.8",
    "zustand": "^4.5.7"
  },
  "overrides": {
    "undici": "^7.28.0",
    "esbuild": "^0.28.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/off-court-creations/valet.git"
  },
  "bugs": {
    "url": "https://github.com/off-court-creations/valet/issues"
  },
  "homepage": "https://github.com/off-court-creations/valet#readme"
}
