1 | {
|
2 | "name": "storage-sync-lite",
|
3 | "version": "1.1.19",
|
4 | "description": "Easily store objects or any type of data to localStorage or sessionStorage.",
|
5 | "main": "lib/index.js",
|
6 | "types": "lib/index.d.ts",
|
7 | "scripts": {
|
8 | "build": "tsc"
|
9 | },
|
10 | "repository": {
|
11 | "type": "git",
|
12 | "url": "git+https://github.com/SheikhAminul/storage-sync-lite.git"
|
13 | },
|
14 | "keywords": [
|
15 | "localStorage",
|
16 | "sessionStorage",
|
17 | "getLocal",
|
18 | "setLocal",
|
19 | "getSession",
|
20 | "setSession",
|
21 | "browser",
|
22 | "sync",
|
23 | "storage",
|
24 | "clearLocal",
|
25 | "clearSession"
|
26 | ],
|
27 | "author": "Sheikh Aminul <aminulfse@gmail.com>",
|
28 | "license": "ISC",
|
29 | "bugs": {
|
30 | "url": "https://github.com/SheikhAminul/storage-sync-lite/issues"
|
31 | },
|
32 | "files": [
|
33 | "lib/**/*"
|
34 | ],
|
35 | "homepage": "https://github.com/SheikhAminul/storage-sync-lite#readme",
|
36 | "devDependencies": {
|
37 | "typescript": "^4.8.4"
|
38 | }
|
39 | } |
\ | No newline at end of file |