stencil-click-outside
Version:
Decorator for StencilJs to run annotated method on click outside of component.
38 lines (37 loc) • 942 B
JSON
{
"name": "stencil-click-outside",
"version": "1.8.0",
"description": "Decorator for StencilJs to run annotated method on click outside of component.",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"files": [
"dist/"
],
"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
},
"dependencies": {},
"devDependencies": {
"@stencil/core": ">=1.9.0",
"typescript": "^3.8.3"
},
"peerDependencies": {
"@stencil/core": ">=1.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jarrvis/stencil-click-outside.git"
},
"author": "Michał Kaliszewski",
"license": "MIT",
"bugs": {
"url": "https://github.com/jarrvis/stencil-click-outside/issues"
},
"homepage": "https://github.com/jarrvis/stencil-click-outside",
"keywords": [
"Stencil",
"decorator",
"click",
"outside"
]
}