UNPKG

boxvault

Version:

A lightweight JavaScript library for managing and enhancing browser local storage, offering an abstraction layer for more efficient storage handling across modern browsers.

51 lines (50 loc) 1.18 kB
{ "name": "boxvault", "version": "1.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/sohaibaljarih/boxvault.git" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "scripts": { "build": "tsc --watch" }, "keywords": [ "local-storage", "browser-storage", "web-storage", "storage-management", "storage-utility", "frontend-utility", "javascript-library", "modern-web", "client-side-storage", "storage-enhancement", "web-utilities", "npm-package", "lightweight", "storage", "browser", "web", "npm", "sync", "data", "utility", "frontend", "javascript", "management", "metadata", "performance", "optimization", "persistence", "abstraction" ], "author": "Sohaib Aljarih", "license": "MIT", "description": "A lightweight JavaScript library for managing and enhancing browser local storage, offering an abstraction layer for more efficient storage handling across modern browsers.", "devDependencies": { "typescript": "^5.8.2" } }