{
  "name": "@xanots/core",
  "version": "2.0.23",
  "description": "XanoTS — your Xano backend as TypeScript. `xanots deploy` ships your typed workspace (and an optional static frontend) to a live, auto-expiring ephemeral environment and prints its URL. init → deploy → URL.",
  "keywords": [
    "xanots",
    "xano",
    "sdk",
    "typescript",
    "deploy",
    "ephemeral",
    "preview-environments",
    "infrastructure-as-code"
  ],
  "homepage": "https://github.com/xanots/core#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xanots/core.git"
  },
  "bugs": {
    "url": "https://github.com/xanots/core/issues"
  },
  "type": "module",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "xanots": "./dist/bin.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./node": {
      "types": "./dist/node.d.ts",
      "import": "./dist/node.js"
    },
    "./codegen": {
      "types": "./dist/codegen.d.ts",
      "import": "./dist/codegen.js"
    },
    "./internal": {
      "types": "./dist/internal.d.ts",
      "import": "./dist/internal.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "!dist/**/*.map",
    "manifest.json",
    "llms.txt",
    "llms-full.txt",
    "llms",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "codegen": "tsx scripts/codegen.ts",
    "codegen:filters": "tsx scripts/codegen-filters.ts",
    "codegen:methods": "tsx scripts/codegen-field-methods.ts",
    "codegen:sweep": "tsx scripts/codegen-sweep.ts",
    "codegen:replay": "tsx scripts/codegen-replay.ts",
    "codegen:imports": "tsx scripts/codegen-imports.ts",
    "audit:spec-drift": "tsx scripts/spec-drift.ts",
    "manifest": "tsx scripts/manifest.ts",
    "measure:llms": "tsx scripts/measure-llms.ts",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint .",
    "prepublishOnly": "npm run build",
    "release": "npm publish --access public",
    "release:beta": "npm version prerelease --preid=beta -m \"chore(release): %s\" && npm publish --tag beta --access public",
    "examples:index": "tsx scripts/gen-examples-index.ts",
    "examples:check": "npm run examples:index && tsc --noEmit -p examples/sandbox/tsconfig.json",
    "examples:statements": "tsx scripts/gen-examples.ts",
    "examples:filters": "tsx scripts/gen-filters.ts",
    "examples:gen": "tsx scripts/gen-examples.ts && tsx scripts/gen-filters.ts && tsx scripts/gen-examples-index.ts"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "openid-client": "^6.8.4",
    "proper-lockfile": "^4.1.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.0.0",
    "@types/node": "^20.0.0",
    "@types/proper-lockfile": "^4.1.4",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "esbuild": "^0.28.1",
    "eslint": "^9.0.0",
    "gpt-tokenizer": "^3.4.0",
    "tsup": "^8.0.0",
    "tsx": "^4.22.4",
    "typescript": "^5.5.0",
    "vitest": "^3.2.6"
  },
  "overrides": {
    "esbuild": "^0.28.1"
  }
}
