{
  "private": false,
  "name": "@starsched/sdk",
  "description": "ABA clinic control and management service API SDK",
  "version": "0.0.30-beta",
  "author": {
    "name": "Matheus Zanin",
    "url": "https://github.com/MattZ6"
  },
  "keywords": ["aba", "sdk", "clinic", "management", "starsched"],
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "devDependencies": {
    "@biomejs/biome": "2.0.5",
    "@types/bun": "1.2.17"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "files": ["dist"],
  "scripts": {
    "type:check": "tsc --noEmit --pretty",
    "format:apply": "biome check --write .",
    "format:check": "biome format .",
    "format": "biome format --write .",
    "lint": "biome check .",
    "build:esm": "tsc --module esnext --outDir dist/esm",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs"
  },
  "type": "module",
  "types": "dist/cjs/index.d.ts"
}
