session-storage-sync
Version:
sync session storage across multiple browser tabs from same origin
42 lines (41 loc) • 1.2 kB
JSON
{
"name": "session-storage-sync",
"version": "0.6.3",
"description": "sync session storage across multiple browser tabs from same origin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"prepublishOnly": "npm run build && npm run git && npm version patch",
"postpublish": "git push",
"git": "git add . && git diff-index --quiet HEAD || git commit -m \"Publishing\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sameke/session-storage-sync.git"
},
"keywords": [
"browser-storage",
"storage-sync",
"local-storage",
"session-storage",
"storage",
"tab-sync"
],
"author": "weagle08",
"license": "MIT",
"bugs": {
"url": "https://github.com/sameke/session-storage-sync/issues"
},
"homepage": "https://github.com/sameke/session-storage-sync#readme",
"dependencies": {
"uuid": "11.0.5"
},
"devDependencies": {
"typescript": "5.7.3"
}
}