{
  "name": "@smartytalent/api-client",
  "version": "0.9.5",
  "description": "TypeScript API client generated from SmartyTalent OpenAPI spec",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./models/*": {
      "types": "./dist/models/*.d.ts",
      "default": "./dist/models/*.js"
    },
    "./apis/*": {
      "types": "./dist/apis/*.d.ts",
      "default": "./dist/apis/*.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "generate": "bash scripts/generate.sh",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "smartytalent",
    "smartymeet",
    "api-client",
    "sdk",
    "openapi",
    "typescript",
    "recruitment",
    "hr",
    "talent-management"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "@openapitools/openapi-generator-cli": "^2.30.0",
    "typescript": "^5.7.0"
  }
}
