UNPKG

@furystack/repository

Version:

Repository implementation for FuryStack

49 lines 1.05 kB
{ "name": "@furystack/repository", "version": "10.0.25", "description": "Repository implementation for FuryStack", "type": "module", "scripts": { "build:es6": "tsc --outDir ./esm" }, "exports": { ".": { "import": "./esm/index.js" } }, "files": [ "esm", "types", "src" ], "repository": { "type": "git", "url": "https://github.com/furystack/furystack.git" }, "keywords": [ "FuryStack", "Repository", "Content", "Business logic", "Content authorization" ], "publishConfig": { "access": "public" }, "author": "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": "^15.0.25", "@furystack/inject": "^12.0.20", "@furystack/utils": "^8.1.2" }, "devDependencies": { "typescript": "^5.9.2", "vitest": "^3.2.4" }, "gitHead": "1045d854bfd8c475b7035471d130d401417a2321" }