{
  "name": "@furystack/repository",
  "version": "11.0.1",
  "description": "Repository implementation for FuryStack",
  "type": "module",
  "scripts": {
    "build": "tsc --outDir ./esm"
  },
  "exports": {
    ".": {
      "types": "./esm/index.d.ts",
      "import": "./esm/index.js"
    }
  },
  "files": [
    "esm",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/furystack/furystack.git"
  },
  "keywords": [
    "FuryStack",
    "repository",
    "data access",
    "business logic",
    "authorization",
    "CRUD"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Gallay Lajos <gallay.lajos@gmail.com>",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/furystack/furystack/issues"
  },
  "homepage": "https://github.com/furystack/furystack",
  "dependencies": {
    "@furystack/core": "^17.1.0",
    "@furystack/inject": "^13.0.1",
    "@furystack/utils": "^9.0.1"
  },
  "devDependencies": {
    "typescript": "^6.0.3",
    "vitest": "^4.1.7"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "sideEffects": false
}