{
  "name": "@jtl-software/cloud-apps-rest-sdk",
  "version": "0.0.1",
  "description": "TypeScript REST client for the JTL Wawi ERP Cloud API, generated with Microsoft Kiota.",
  "keywords": [
    "jtl",
    "wawi",
    "erp",
    "sdk",
    "rest",
    "kiota",
    "openapi"
  ],
  "homepage": "https://github.com/jtl-software/jtl-platform-erp-sdk/tree/main/sdk-ts-kiota#readme",
  "bugs": {
    "url": "https://github.com/jtl-software/jtl-platform-erp-sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jtl-software/jtl-platform-erp-sdk.git",
    "directory": "sdk-ts-kiota"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": "JTL-Software GmbH",
  "type": "module",
  "main": "./dist/esm/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/esm/index.d.ts",
      "import": "./dist/esm/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@microsoft/kiota-abstractions": "1.0.0-preview.100",
    "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.100",
    "@microsoft/kiota-serialization-json": "1.0.0-preview.100"
  },
  "devDependencies": {
    "@microsoft/kiota": "^1.30.0",
    "@types/node": "^22.0.0",
    "msw": "^2.7.0",
    "typescript": "^5.9.3",
    "vitest": "^2.1.8"
  },
  "scripts": {
    "build": "pnpm run build-clean && pnpm run build-esm",
    "build-clean": "rm -rf ./dist",
    "build-esm": "tsc -p tsconfig.esm.json",
    "pregenerate": "rm -rf ./src/generated",
    "generate": "tsx generate.ts",
    "postgenerate": "bash ./fix_kiota_output.sh",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}