{
  "name": "typesafe-api-call",
  "version": "5.1.2",
  "description": "A TS/JS API caller util for making typesafe API calls",
  "main": "dist/index.js",
  "type": "module",
  "files": [
    "dist",
    "!dist/**/*.test.*",
    "!dist/**/*.spec.*"
  ],
  "scripts": {
    "dev": "tsc --watch",
    "build": "rollup --config rollup.config.js",
    "publish": "node --experimental-json-modules scripts/publish.js",
    "format": "npx prettier --write .",
    "lint": "prettier --check . && eslint .",
    "generate:example:types": "npx type-crafter generate typescript-with-decoders ./examples/types.yaml ./examples/generated"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sinha-sahil/typesafe-api-call.git"
  },
  "keywords": [
    "typesafe-api-caller",
    "api-caller",
    "typesafe-api-call",
    "typesafe",
    "ts-api-caller"
  ],
  "author": "Sahil Sinha",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sinha-sahil/typesafe-api-call/issues"
  },
  "homepage": "https://github.com/sinha-sahil/typesafe-api-call#readme",
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@rollup/plugin-typescript": "^12.3.0",
    "@typescript-eslint/eslint-plugin": "^8.53.0",
    "@typescript-eslint/parser": "^8.53.0",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "prettier": "^3.7.4",
    "rollup": "^4.55.1",
    "tslib": "^2.8.1",
    "type-crafter": "^0.11.2",
    "type-decoder": "^2.2.0",
    "typescript": "^5.9.3"
  }
}
