{
  "name": "skalpel",
  "version": "3.2.13",
  "description": "Skalpel — local proxy and TUI for coding agents (skalpel + skalpeld bundle).",
  "license": "Apache-2.0",
  "homepage": "https://skalpel.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/skalpelai/Skalpelai_Client.git"
  },
  "bugs": {
    "url": "https://github.com/skalpelai/Skalpelai_Client/issues"
  },
  "author": "SkalpelAI Inc.",
  "keywords": [
    "coding-agent",
    "proxy",
    "tui",
    "claude",
    "cursor",
    "codex"
  ],
  "engines": {
    "node": ">=18"
  },
  "bin": {
    "skalpel": "npm-bin/skalpel.js",
    "skalpeld": "npm-bin/skalpeld.js"
  },
  "scripts": {
    "preinstall": "node postinstall/preinstall.js",
    "postinstall": "node postinstall/index.js",
    "preuninstall": "node postinstall/uninstall.js",
    "test": "node postinstall/lib/run-tests.js && node npm-bin/skalpel.bug-0039.test.js",
    "test:rc-edit": "node postinstall/lib/rc-edit.test.js",
    "test:postinstall": "node --test postinstall/index.test.js",
    "test:preinstall": "node --test postinstall/preinstall.test.js",
    "test:bug-0039": "node npm-bin/skalpel.bug-0039.test.js"
  },
  "files": [
    "npm-bin/",
    "postinstall/",
    "design-tokens.json",
    "INSTALL.md",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "picocolors": "^1.1.1"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "arm64",
    "x64"
  ],
  "optionalDependencies": {
    "@skalpelai/skalpel-darwin-arm64": "3.2.13",
    "@skalpelai/skalpel-darwin-x64": "3.2.13",
    "@skalpelai/skalpel-linux-arm64": "3.2.13",
    "@skalpelai/skalpel-linux-x64": "3.2.13",
    "@skalpelai/skalpel-win32-x64": "3.2.13"
  }
}
