@devhobby/tab-sync
Version:
Tab synchronizer is a library that allow you tu communicate between multiple tabs
34 lines (33 loc) • 817 B
JSON
{
"name": "@devhobby/tab-sync",
"version": "1.1.2",
"description": "Tab synchronizer is a library that allow you tu communicate between multiple tabs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VarPDev/tab-sync.git"
},
"author": "Pasquale De Lucia | Francesco Bruno",
"license": "ISC",
"bugs": {
"url": "https://github.com/VarPDev/tab-sync/issues"
},
"homepage": "https://github.com/VarPDev/tab-sync#readme",
"devDependencies": {
"typescript": "^5.6.3"
},
"dependencies": {
"@types/node": "^22.7.7"
},
"keywords": [
"tab",
"synchronize",
"tab synchronize",
"synchronizer",
"tab synchronizer"
]
}