@furystack/filesystem-store
Version:
Simple File System store implementation for FuryStack
51 lines • 1.12 kB
JSON
{
"name": "@furystack/filesystem-store",
"version": "7.0.23",
"description": "Simple File System store 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",
"Storage",
"File system",
"Embedded",
"Lightweight"
],
"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.23",
"@furystack/inject": "^12.0.19",
"@furystack/utils": "^8.1.1",
"semaphore-async-await": "^1.5.1"
},
"devDependencies": {
"@types/node": "^24.0.4",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"gitHead": "1045d854bfd8c475b7035471d130d401417a2321"
}