keyv-file
Version:
File storage adapter for Keyv, using msgpack to serialize data fast and small.
51 lines (50 loc) • 1.31 kB
JSON
{
"name": "keyv-file",
"version": "5.1.2",
"description": "File storage adapter for Keyv, using msgpack to serialize data fast and small.",
"main": "lib/index.js",
"typings": "lib/index",
"types": "./lib/index",
"scripts": {
"build": "tsc",
"test": "tsc && vitest run",
"preversion": "pnpm test",
"postversion": "git add -A && git push origin master --tags"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zaaack/keyv-file.git"
},
"keywords": [
"keyv",
"fast",
"storage",
"cache",
"simple"
],
"author": "zaaack",
"license": "MIT",
"bugs": {
"url": "https://github.com/zaaack/keyv-file/issues"
},
"homepage": "https://github.com/zaaack/keyv-file#readme",
"devDependencies": {
"@keyv/test-suite": "^2.0.1",
"@types/debug": "^0.0.31",
"@types/fs-extra": "^5.0.4",
"@types/node": "^22.2.0",
"benchmark": "^2.1.4",
"keyv": "^5.0.1",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"dependencies": {
"@keyv/serialize": "^1.0.1",
"fs-extra": "^4.0.1",
"tslib": "^1.14.1"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}