{
  "name": "@innocarpe/deepseek-build",
  "version": "2.0.1",
  "description": "DeepSeek Build 2.0.1 — Grok-class agent with DeepSeek UI (whale + #4D6BFE). CLI: deepseek-build, dsb.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/innocarpe/deepseek-build.git"
  },
  "homepage": "https://github.com/innocarpe/deepseek-build#readme",
  "bugs": {
    "url": "https://github.com/innocarpe/deepseek-build/issues"
  },
  "keywords": [
    "deepseek",
    "cli",
    "coding-agent",
    "deepseek-build",
    "dsb"
  ],
  "bin": {
    "deepseek-build": "npm/bin/deepseek-build.js",
    "dsb": "npm/bin/dsb.js"
  },
  "files": [
    "npm/**",
    "scripts/install.sh",
    "scripts/check-semver.sh",
    "crates/**",
    "Cargo.toml",
    "Cargo.lock",
    "rust-toolchain.toml",
    "README.md",
    "LICENSE",
    "NOTICE",
    "third_party/grok-build/**",
    "docs/architecture/GROK_VENDOR.md",
    "scripts/build-grok-pager.sh"
  ],
  "scripts": {
    "postinstall": "node npm/scripts/postinstall.js",
    "version-check": "node npm/scripts/check-version-match.js",
    "prepublishOnly": "node npm/scripts/check-version-match.js && ./scripts/check-semver.sh"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  }
}
