{
  "name": "kalshi-js-sdk",
  "version": "1.0.1",
  "type": "module",
  "description": "A production-grade, beginner-friendly JavaScript SDK for the Kalshi trading platform",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src --ext .ts,.js",
    "lint:fix": "eslint src --ext .ts,.js --fix",
    "docs": "typedoc src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "kalshi",
    "trading",
    "api",
    "sdk",
    "prediction markets",
    "event contracts",
    "financial markets",
    "fintech",
    "typescript",
    "javascript",
    "node.js",
    "browser",
    "exchange",
    "investing",
    "portfolio",
    "orders",
    "markets data"
  ],
  "author": "Timothy John Dake <timdake4@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/spaco67/kalshi-js-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/spaco67/kalshi-js-sdk/issues"
  },
  "homepage": "https://github.com/spaco67/kalshi-js-sdk#readme",
  "dependencies": {
    "axios": "^1.6.0",
    "tslib": "^2.8.1",
    "ws": "^8.14.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.2.0",
    "@rollup/plugin-typescript": "^11.1.0",
    "@types/jest": "^29.5.0",
    "@types/node": "^20.8.0",
    "@types/ws": "^8.5.0",
    "@typescript-eslint/eslint-plugin": "^6.7.0",
    "@typescript-eslint/parser": "^6.7.0",
    "eslint": "^8.50.0",
    "jest": "^29.7.0",
    "rollup": "^4.0.0",
    "ts-jest": "^29.1.0",
    "typedoc": "^0.25.0",
    "typescript": "^5.2.0"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
