{
  "name": "ojp-sdk-next",
  "description": "OJP (Open Journey Planner) Javascript SDK",
  "version": "0.20.21",
  "type": "module",
  "main": "./lib/index.cjs",
  "module": "./lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    "require": "./lib/index.cjs",
    "import": "./lib/index.js"
  },
  "files": ["lib/**/*"],
  "scripts": {
    "test": "jest",
    "build": "rm -rf lib && tsup src/index.ts --dts --format esm,cjs --out-dir lib",
    "dev": "tsup src/index.ts --dts --format esm,cjs --out-dir lib --watch"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/openTdataCH/ojp-js.git"
  },
  "keywords": [
    "ojp",
    "transit",
    "mobility",
    "sbb"
  ],
  "author": "Vasile Cotovanu",
  "license": "MIT",
  "dependencies": {
    "axios": "1.8.3",
    "fast-xml-parser": "5.0.8",
    "ojp-shared-types": "0.0.11"
  },
  "devDependencies": {
    "@types/geojson": "7946.0.16",
    "@types/jest": "^29.5.14",
    "@types/node": "22.13.9",
    "jest": "29.7.0",
    "js-yaml": "4.1.0",
    "openapi-typescript": "6.2.2",
    "swagger-cli": "4.0.4",
    "ts-jest": "29.1.1",
    "ts-node": "10.9.2",
    "typescript": "5.8.2",
    "tsup": "8.4.0"
  }
}
