{
  "name": "@instructure/athena-api-client",
  "private": false,
  "version": "3.28.0",
  "description": "OpenAPI client for the Athena API",
  "author": "Instructure",
  "repository": {
    "type": "git",
    "url": "https://github.com/instructure-internal/athena-api-sdk.git",
    "directory": "clients/typescript"
  },
  "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"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
