@furystack/filesystem-store
Version:
Simple File System store implementation for FuryStack
54 lines • 1.14 kB
JSON
{
"name": "@furystack/filesystem-store",
"version": "7.0.38",
"description": "Simple File System store 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",
"storage",
"file system",
"embedded",
"lightweight",
"JSON"
],
"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": "^15.2.0",
"@furystack/inject": "^12.0.30",
"@furystack/utils": "^8.1.10"
},
"devDependencies": {
"@types/node": "^25.3.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=22.0.0"
},
"sideEffects": false
}