{
  "name": "@tapi-dev/sdk",
  "version": "0.3.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "tapi": "dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./workspace": {
      "types": "./dist/workspace.d.ts",
      "import": "./dist/workspace.js"
    },
    "./auth": {
      "types": "./dist/auth.d.ts",
      "import": "./dist/auth.js"
    },
    "./workflow": {
      "types": "./dist/workflow-author.d.ts",
      "import": "./dist/workflow-author.js"
    }
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist",
    "DEVELOPER_TAKEOVER.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && vitest run --no-file-parallelism --testTimeout=30000",
    "prepack": "npm run build",
    "prepublishOnly": "npm test && npm run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/cli-progress": "^3.11.6",
    "@types/node": "^20.0.0",
    "typescript": "^5.5.0",
    "vite": "6.4.3",
    "vitest": "^4.1.8"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.10.1",
    "cli-progress": "^3.12.0",
    "yoctocolors": "^2.1.2",
    "esbuild": "^0.25.0"
  }
}
