UNPKG

@furystack/core

Version:
61 lines 1.34 kB
{ "name": "@furystack/core", "version": "17.1.0", "description": "Core FuryStack package", "type": "module", "scripts": { "build": "tsc --outDir ./esm" }, "exports": { ".": { "types": "./esm/index.d.ts", "import": "./esm/index.js" }, "./create-physical-store-tests": { "types": "./esm/create-physical-store-tests.d.ts", "import": "./esm/create-physical-store-tests.js" }, "./port-generator": { "types": "./esm/port-generator.d.ts", "import": "./esm/port-generator.js" } }, "files": [ "esm", "src" ], "repository": { "type": "git", "url": "https://github.com/furystack/furystack.git" }, "keywords": [ "FuryStack", "framework", "store", "identity", "data store", "in-memory" ], "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", "devDependencies": { "@types/node": "^25.9.1", "typescript": "^6.0.3", "vitest": "^4.1.7" }, "dependencies": { "@furystack/inject": "^13.0.1", "@furystack/utils": "^9.0.1" }, "engines": { "node": ">=22.0.0" }, "sideEffects": false }