UNPKG

storage-manager-js

Version:

A little way to control Cookies, LocalStorage and SessionStorage without tears

63 lines (62 loc) 1.68 kB
{ "name": "storage-manager-js", "version": "4.2.6-5", "description": "A little way to control Cookies, LocalStorage and SessionStorage without tears", "source": "./src/index.ts", "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.cjs", "exports": { ".": { "types": { "import": "./dist/index.d.ts", "require": "./dist/index.d.ts", "default": "./dist/index.d.ts" }, "default": { "type": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js", "default": "./dist/index.js" } } }, "scripts": { "build": "rm -rf ./dist; NODE_ENV=production vite build; tsc", "dev": "vite build --watch", "pack": "npm pack --dry-run --pack-destination out out/storage-manager-js", "prepack": "pnpm build", "prepare": "vite build", "start": "vite build --watch", "test": "vitest run && npm run test:types", "test:types": "tsc -p ./tsconfig.test.json", "test:watch": "vitest watch" }, "keywords": [ "cookie", "cookies", "browser", "localstorage", "sessionstorage", "client", "js-cookie", "storage", "manager", "localStorage", "sessionStorage" ], "homepage": "https://github.com/g4rcez/storage-manager-js", "repository": { "type": "git", "url": "https://github.com/g4rcez/storage-manager-js" }, "author": "Allan Garcez <allan.f.garcez@gmail.com> (https://github.com/g4rcez)", "license": "MIT", "devDependencies": { "jsdom": "22.1.0", "prettier": "2.8.8", "typescript": "4.2.4", "vite": "4.5.0", "vitest": "0.34.6" } }