{
  "name": "@colin4k1024/tsp",
  "version": "2.5.2",
  "description": "Open-source Team Skills Platform for role-based AI delivery workflows, shared skills, hooks, commands, and multi-platform installs.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Colin4k1024/tsp.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "keywords": [
    "claude-code",
    "ai",
    "agents",
    "skills",
    "hooks",
    "rules",
    "claude",
    "anthropic",
    "team-skills",
    "open-source",
    "tech-lead",
    "architect",
    "tdd",
    "code-review",
    "security",
    "automation",
    "cursor",
    "opencode",
    "codex"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "node scripts/build-platform-artifacts.js",
    "validate": "node scripts/validate-library.js",
    "validate:refs": "node scripts/validate-file-references.js --strict",
    "validate:docs-freshness": "node scripts/validate-doc-freshness.js",
    "graphify:doctor": "node scripts/graphify-preflight.js",
    "gitnexus:doctor": "node scripts/gitnexus-preflight.js",
    "codegraph:doctor": "node scripts/codegraph-preflight.js",
    "validate:skill-structure": "node scripts/validate-skill-structure.js",
    "validate:prebuilt": "node scripts/validate-prebuilt.js",
    "validate:tarball": "node scripts/validate-packed-tarball.js",
    "release:health": "node scripts/release-health-summary.js",
    "prebuilt:sync": "node scripts/sync-prebuilt-from-github.js",
    "workflow:list": "node scripts/workflow-list.js",
    "workflow:help": "node scripts/workflow-help.js",
    "artifact:persist": "node scripts/artifact-persistence.js",
    "project:progress": "node scripts/project-progress.js",
    "workflow:run": "node scripts/workflow-run.js",
    "workflow:runs": "node scripts/workflow-runs.js",
    "workflow:readiness": "node scripts/workflow-readiness.js",
    "workflow:validate": "node scripts/validate-workflows.js",
    "audit:query": "node scripts/query-audit-logs.js",
    "install:claude": "node scripts/install-apply.js --profile full --target claude && npx --yes claude-mem install",
    "install:claude-code": "node scripts/install-apply.js --profile full --target claude && npx --yes claude-mem install",
    "install:codex": "node scripts/install-apply.js --profile full --target codex",
    "install:cursor": "node scripts/install-apply.js --profile full --target cursor",
    "install:opencode": "node scripts/install-apply.js --profile full --target opencode",
    "prepack": "node scripts/validate-prebuilt.js",
    "prepublishOnly": "node scripts/validate-prebuilt.js",
    "test": "node tests/run-all.js",
    "lint": "eslint . && markdownlint '**/*.md' --ignore node_modules",
    "harness:audit": "node scripts/harness-audit.js",
    "pack": "npm pack",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs"
  },
  "bin": {
    "tsp": "bin/tsp-create.js",
    "tsp-create": "bin/tsp-create.js",
    "tsp-install": "bin/tsp-install.js"
  },
  "files": [
    "bin/",
    "crates/oris-claude-bridge/Cargo.toml",
    "crates/oris-claude-bridge/Cargo.lock",
    "crates/oris-claude-bridge/Cross.toml",
    "crates/oris-claude-bridge/src/",
    "scripts/",
    "manifests/",
    "schemas/",
    "skills/",
    "rules/",
    "agents/",
    "commands/",
    "roles/",
    "templates/",
    "hooks/",
    "contexts/",
    "examples/",
    "mcp-configs/",
    "marketplace.json",
    "install.sh",
    "install.ps1",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "@inquirer/prompts": "^7.5.0",
    "ajv": "^8.18.0",
    "claude-mem": "^12.1.5",
    "js-yaml": "^4.1.1",
    "sql.js": "^1.13.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "c8": "^11.0.0",
    "eslint": "^9.39.2",
    "globals": "^17.1.0",
    "markdownlint-cli": "^0.48.0",
    "vitepress": "^1.6.4"
  },
  "packageManager": "pnpm@11.0.9+sha512.34ce82e6780233cf9cad8685029a8f81d2e06196c5a9bad98879f7424940c6817c4e4524fb7d38b8553ceed48b9758b8ebaf1abd3600c232c4c8cf7366086f38"
}
