{
  "name": "@yash101/schwab-api-client",
  "version": "1.0.7",
  "description": "A TypeScript client library for interacting with the Charles Schwab Brokerage APIs.",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "test": "jest",
    "prepare": "npm run build",
    "build:ts": "tsc --project tsconfig.json",
    "build": "npm run build:ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yash101/schwab-api.git"
  },
  "keywords": [
    "schwab",
    "charles schwab",
    "brokerage",
    "api",
    "client",
    "trading",
    "finance",
    "typescript"
  ],
  "author": "Devyash Lodha",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yash101/schwab-api/issues"
  },
  "homepage": "https://github.com/yash101/schwab-api#readme",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.4",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.14.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.2",
    "typescript": "^5.5.4"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js"
    }
  }
}
