multi-tab-detection
Version:
Used to detect multiple tabs being opened
39 lines (38 loc) • 1.13 kB
JSON
{
"name": "multi-tab-detection",
"version": "1.1.3",
"description": "Used to detect multiple tabs being opened",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@types/jest": "^24.0.23",
"jest": "^29.4.0",
"prettier": "^1.19.1",
"rxjs": "^6.5.2",
"ts-jest": "^29.0.5",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.3"
},
"files": [
"lib/**/*"
],
"keywords": [
"multi-tab",
"web",
"detection"
],
"license": "MIT",
"author": "Andrew Uy"
}