{
  "name": "pi-toss",
  "version": "0.8.0",
  "description": "Toss Invest (토스증권) Open API client for pi — 시세·시장 데이터·자산·주문·조건주문 (OAuth2, 실전 전용). pi-kis v0.3.0에서 분리된 독립 패키지.",
  "type": "module",
  "license": "MIT",
  "author": "minsoo.lee <preinpost@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/preinpost/pi-finances.git"
  },
  "bugs": {
    "url": "https://github.com/preinpost/pi-finances/issues"
  },
  "homepage": "https://github.com/preinpost/pi-finances#readme",
  "engines": {
    "node": ">=22.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "toss",
    "toss-invest",
    "토스증권",
    "stock",
    "trading",
    "market-data"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "files": [
    "index.ts",
    "src",
    "skills",
    "README.md",
    ".env.example"
  ],
  "dependencies": {
    "@napi-rs/keyring": "^1.3.0",
    "pi-finance-core": "0.3.1"
  },
  "bundledDependencies": [
    "pi-finance-core"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit -p ."
  }
}