{
  "name": "@equisoft/equisoft-plan-sdk-typescript",
  "version": "9.51.0",
  "description": "OpenAPI client for @equisoft/equisoft-plan-sdk-typescript",
  "author": "OpenAPI-Generator",
  "repository": {
    "type": "git",
    "url": "https://github.com/kronostechnologies/equisoft-plan-sdk-typescript.git"
  },
  "main": "./dist/index.js",
  "types": "./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"
  }
}