{
  "name": "5paisa-ts",
  "version": "0.1.0",
  "description": "TypeScript SDK for 5paisa APIs",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "watch": "tsc -w -p tsconfig.json",
    "test": "bun test",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "5paisa",
    "sdk",
    "trading",
    "typescript",
    "stock",
    "broker",
    "api",
    "india",
    "nse",
    "bse"
  ],
  "author": "bshada",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bshada/5paisa-ts.git"
  },
  "bugs": {
    "url": "https://github.com/bshada/5paisa-ts/issues"
  },
  "homepage": "https://github.com/bshada/5paisa-ts#readme",
  "sideEffects": false,
  "devDependencies": {
    "typescript": "^5.6.3"
  }
}
