{
  "name": "@ixo/sqlite-saver",
  "version": "1.0.54",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ixoworld/qiforge.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "default": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "devDependencies": {
    "@langchain/langgraph": "1.3.2",
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^22.10.5",
    "langchain": "1.4.2",
    "typescript": "^5.5.4",
    "zod": "^4.3.6",
    "@ixo/eslint-config": "2.0.0",
    "@ixo/typescript-config": "1.0.0",
    "@ixo/vitest-config": "1.0.0"
  },
  "dependencies": {
    "@langchain/core": "1.1.48",
    "@langchain/langgraph-checkpoint": "1.0.2",
    "better-sqlite3": "^11.10.0",
    "@ixo/logger": "0.0.2"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  }
}