{
  "name": "@lix-js/sdk",
  "type": "module",
  "version": "0.4.10",
  "license": "Apache-2.0",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "_filesComment": "Shipping src for better debugging experience",
  "files": [
    "CHANGELOG.md",
    "dist",
    "src"
  ],
  "_comment": "Required for tree-shaking https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free",
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "dedent": "1.5.1",
    "human-id": "^4.1.1",
    "js-sha256": "^0.11.0",
    "kysely": "^0.28.12",
    "uuid": "^14.0.0",
    "@lix-js/server-protocol-schema": "0.1.1",
    "sqlite-wasm-kysely": "0.3.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.12.0",
    "@types/uuid": "^10.0.0",
    "@vitest/coverage-v8": "2.0.5",
    "eslint": "^9.12.0",
    "json-schema-to-ts": "^3.1.1",
    "prettier": "^3.3.3",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.9.0",
    "vitest": "2.0.5",
    "@opral/tsconfig": "1.1.0"
  },
  "scripts": {
    "prebuild": "npm run env-variables",
    "build": "tsc --build",
    "test": "tsc --noEmit && vitest run --coverage",
    "test:watch": "vitest",
    "env-variables": "node ./src/services/env-variables/create-index-file.js",
    "bench": "vitest bench",
    "lint": "eslint src/**/* --fix",
    "dev": "tsc --watch",
    "format": "prettier ./src --write"
  }
}
