{
  "name": "@hasadna/open-bus-api-client",
  "version": "1.2.3",
  "description": "A client library for interacting with the Open-Bus API.",
  "author": "hasadna",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hasadna/open-bus-api-client.git"
  },
  "license": "MIT",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "module": "./dist/esm/index.js",
  "sideEffects": false,
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "typescript": "^4.0 || ^5.0"
  },
  "homepage": "https://github.com/hasadna/open-bus-api-client#readme",
  "keywords": [
    "api",
    "transportation",
    "israel",
    "mot",
    "transportation-planning",
    "openapi-generator",
    "open-bus"
  ],
  "publishConfig": {
    "registry": "https://npm.pkg.github.com/"
  }
}
