{
  "name": "@rpamis/comet",
  "version": "0.4.0-beta.19",
  "description": "Agent Skill Harness For Turning Ideas Into Evaluated Workflows",
  "keywords": [
    "comet",
    "openspec",
    "superpowers",
    "skills",
    "workflow",
    "ai-coding",
    "agent-workflow",
    "spec-workflow",
    "loop-engineering",
    "skill-creator",
    "skill-evaluation"
  ],
  "license": "MIT",
  "author": "benym",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "comet": "bin/comet.js"
  },
  "files": [
    "dist",
    "bin",
    "assets",
    "!assets/skills-maintainer",
    "!assets/skills-maintainer/**",
    "eval/.env.example",
    "eval/CLAUDE.md",
    "eval/README.md",
    "eval/pyproject.toml",
    "eval/report-html-config.json",
    "eval/simulator-instruction.md",
    "eval/langfuse",
    "eval/langsmith",
    "eval/local",
    "eval/scaffold",
    "eval/schemas",
    "scripts/install/postinstall.js",
    "!dist/**/*.test.js",
    "!dist/**/__tests__"
  ],
  "scripts": {
    "build": "node build.js",
    "build:dashboard": "vite build --config domains/dashboard/web/vite.config.mjs",
    "dev:dashboard": "node scripts/dev-dashboard.mjs",
    "build:classic-runtime": "node scripts/build/build-classic-runtime.mjs",
    "build:native-runtime": "node scripts/build/build-native-runtime.mjs",
    "build:entry-runtime": "node scripts/build/build-entry-runtime.mjs",
    "check:generated": "node scripts/build/build-classic-runtime.mjs --check && node scripts/build/build-native-runtime.mjs --check && node scripts/build/build-entry-runtime.mjs --check",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:native-parallel": "vitest run test/domains/comet-native/native-parallel-worktree.test.ts",
    "test:script-smoke": "vitest run test/domains/comet-classic/comet-scripts.test.ts",
    "test:runtime-smoke": "vitest run test/domains/comet-classic/comet-scripts.test.ts test/repository/native-runtime-assets.test.ts test/repository/comet-entry-runtime-assets.test.ts test/app/cli-smoke.test.ts",
    "test:package-e2e": "node scripts/release/package-e2e.mjs",
    "test:dashboard-e2e": "playwright test --config test/domains/dashboard/playwright.config.ts",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "lint": "eslint app/ domains/ platform/ && pnpm run lint:architecture",
    "lint:architecture": "node scripts/lint/architecture.mjs",
    "lint:fix": "eslint app/ domains/ platform/ --fix",
    "format": "prettier --write app/ domains/ platform/ scripts/ test/ .github/ config/ package.json vitest.config.ts build.js tsconfig.json",
    "format:check": "prettier --check app/ domains/ platform/ scripts/ test/ .github/ config/ package.json vitest.config.ts build.js tsconfig.json",
    "benchmark:context": "node scripts/benchmark/context-compression-benchmark.mjs",
    "benchmark:execution": "node scripts/benchmark/context-execution-benchmark.mjs",
    "benchmark:classic": "node scripts/benchmark/classic-baseline-regression.mjs",
    "benchmark:bundle": "pnpm build && node scripts/benchmark/comet-bundle-compatibility-benchmark.mjs",
    "prepare": "node scripts/release/prepare.js",
    "prepublishOnly": "node scripts/release/prepublish-check.js && node build.js",
    "postinstall": "node scripts/install/postinstall.js"
  },
  "lint-staged": {
    "app/**/*.{ts,tsx,js,mjs,cjs,json,md,yaml,yml}": "prettier --write",
    "domains/**/*.{ts,tsx,js,mjs,cjs,json,md,yaml,yml}": "prettier --write",
    "platform/**/*.{ts,tsx,js,mjs,cjs,json,md,yaml,yml}": "prettier --write",
    "scripts/**/*.{ts,tsx,js,mjs,cjs,json,md,yaml,yml}": "prettier --write",
    "test/**/*.{ts,tsx,js,mjs,cjs,json,md,yaml,yml}": "prettier --write",
    ".github/**/*.{json,md,yaml,yml}": "prettier --write",
    "config/**/*.{json,md,yaml,yml}": "prettier --write"
  },
  "packageManager": "pnpm@10.18.3",
  "overrides": {
    "brace-expansion": "5.0.9",
    "esbuild": "0.28.1",
    "postcss": "8.5.25",
    "undici": "7.29.0"
  },
  "pnpm": {
    "overrides": {
      "brace-expansion": "5.0.9",
      "esbuild": "0.28.1",
      "postcss": "8.5.25",
      "undici": "7.29.0"
    }
  },
  "engines": {
    "node": ">=22"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@playwright/test": "^1.61.1",
    "@tailwindcss/vite": "^4.3.1",
    "@types/node": "^24.2.0",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.2.0",
    "@vitest/coverage-v8": "^4.1.6",
    "esbuild": "0.28.1",
    "eslint": "^10.4.0",
    "husky": "^9.1.7",
    "jsdom": "^29.1.1",
    "lint-staged": "^17.0.7",
    "prettier": "^3.8.3",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "tailwindcss": "^4.3.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.59.3",
    "vite": "7.3.6",
    "vitest": "^4.1.6"
  },
  "dependencies": {
    "@ant-design/icons": "^6.3.2",
    "@fission-ai/openspec": "^1.5.0",
    "@inquirer/ansi": "^2.0.5",
    "@inquirer/core": "^11.1.10",
    "@inquirer/figures": "^2.0.5",
    "@inquirer/prompts": "^8.4.3",
    "@inquirer/type": "^4.0.5",
    "ajv": "^8.17.1",
    "antd": "^6.5.2",
    "commander": "^14.0.0",
    "dompurify": "^3.4.13",
    "highlight.js": "^11.11.1",
    "marked": "^18.0.4",
    "mermaid": "11.16.1",
    "smol-toml": "^1.7.1",
    "yaml": "^2.9.0"
  }
}
