UNPKG

umbrella-storage

Version:

umbrella of localStorage & sessionStorage

45 lines (44 loc) 1.25 kB
{ "name": "umbrella-storage", "version": "1.0.2", "description": "umbrella of localStorage & sessionStorage", "main": "./lib/index.cjs.js", "typings": "./lib/index.d.ts", "scripts": { "dev": "rollup -c -w", "build": "rollup -c", "test": "jest", "test:ci": "jest --coverage && codecov" }, "repository": { "type": "git", "url": "git+https://github.com/yezihaohao/umbrella.git" }, "keywords": [ "tool", "storage-helper", "localStorage", "sessionStorage" ], "author": "yezihaohao", "license": "MIT", "bugs": { "url": "https://github.com/yezihaohao/umbrella/issues" }, "homepage": "https://github.com/yezihaohao/umbrella#readme", "devDependencies": { "@types/jest": "^24.0.25", "babel-eslint": "^10.0.3", "codecov": "^3.6.1", "jest": "^24.9.0", "rollup": "^1.27.14", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-typescript2": "^0.25.3", "ts-jest": "^24.2.0", "typescript": "^3.7.4" }, "files": [ "lib" ] }