@sovanderpol/tabtalk
Version:
Tabtalk enables browsing contexts within the same domain to communicate with each other.
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "@sovanderpol/tabtalk",
"version": "3.0.0",
"description": "Tabtalk enables browsing contexts within the same domain to communicate with each other.",
"main": "dist/tabtalk.js",
"scripts": {
"test": "jest",
"build": "webpack --mode=development",
"watch": "webpack --mode=development --watch",
"build:prod": "webpack --mode=production",
"watch:prod": "webpack --mode=production --watch"
},
"jest": {
"setupFiles": [
"jest-localstorage-mock"
]
},
"author": "Stijn van der Pol",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-typescript": "^7.7.4",
"@types/jest": "^24.0.23",
"@types/sinon": "^7.5.1",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"jest": "^24.9.0",
"jest-localstorage-mock": "^2.4.0",
"sinon": "^7.5.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"files": [
"package.json",
"readme.md",
"license",
"dist"
]
}