@stevenleep/storage
Version:
enhanced local storage
31 lines • 600 B
JSON
{
"name": "@stevenleep/storage",
"version": "0.0.4",
"description": "enhanced local storage",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"browser": {
"js": "dist/index.js"
},
"files": [
"dist/**/*",
"example/**/*"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"@stevenleep/storage",
"localstorage",
"storage",
"sessionStorage",
"cookie",
"memoryStorage"
],
"scripts": {
"start": "vite example"
},
"typings": "dist/index.d.ts"
}