{
  "name": "@databricks/aibi-client",
  "files": [
    "dist/*.js",
    "dist/*.d.ts"
  ],
  "version": "1.0.3-alpha.0",
  "main": "dist/index.js",
  "scripts": {
    "build": "databricks-pkgr build",
    "lint:fix": "yarn lint --fix",
    "publish": "yarn build && npm publish --access public",
    "lint": "databricks-eslint",
    "prep-deps": ": # magic task to allow yarn ensure-deps plugin prepare dependencies of this package",
    "prettier:check": "databricks-prettier --check",
    "prettier:fix": "databricks-prettier --write",
    "test": "databricks-jest",
    "type-check": "tsc --noEmit",
    "start:dev": "yarn build && node -r @swc-node/register dev/dev-server/index.ts"
  },
  "dependencies": {
    "@babel/runtime": "^7.28.4",
    "@types/ejs": "^3.1.5",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@babel/core": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "@databricks/config-eslint": "workspace:*",
    "@databricks/config-jest": "workspace:*",
    "@databricks/config-prettier": "workspace:*",
    "@databricks/pkgr": "workspace:*",
    "@databricks/tsconfig": "workspace:*",
    "@jest/globals": "^30.0.2",
    "@swc-node/register": "^1.10.9",
    "@types/express": "^4.17.13",
    "@types/invariant": "^2.2.35",
    "ejs": "^3.1.5",
    "express": "^4.17.1",
    "invariant": "^2.2.4",
    "typescript": "^5.9.3"
  }
}
