@lucidcms/plugin-local-storage
Version:
The official Local Storage plugin for Lucid
61 lines (60 loc) • 1.28 kB
JSON
{
"name": "@lucidcms/plugin-local-storage",
"version": "1.1.3",
"description": "The official Local Storage plugin for Lucid",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsc && tsup",
"dev": "tsup --watch",
"format": "biome format ./src",
"format:fix": "biome format --write ./src",
"lint": "biome lint ./src",
"lint:fix": "biome lint --apply ./src"
},
"files": ["dist/**"],
"author": "Proto Digital",
"repository": {
"type": "git",
"url": "git+https://github.com/ProtoDigitalUK/lucid.git",
"directory": "packages/plugin-local-storage"
},
"keywords": [
"CMS",
"Lucid CMS",
"Lucid",
"Proto Digital",
"Local Storage",
"Plugin"
],
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@lucidcms/config": "*",
"@lucidcms/core": "*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.15.2",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"@lucidcms/core": "^0.11.0-alpha.0"
},
"dependencies": {
"fs-extra": "^11.3.0",
"mime-types": "^3.0.1"
},
"volta": {
"node": "22.15.0"
},
"engines": {
"node": ">=22.0.0 <23.0.0"
},
"license": "MIT"
}