@solidexpert/ng-click-outside
Version:
Angular directive for handling click events outside an element.
56 lines (55 loc) • 1.53 kB
JSON
{
"name": "@solidexpert/ng-click-outside",
"version": "19.0.0",
"description": "Angular directive for handling click events outside an element.",
"repository": {
"type": "git",
"url": "https://github.com/solidexpert-ltd/ng-click-outside.git"
},
"homepage": "https://solid.expert",
"bugs": {
"url": "https://github.com/solidexpert-ltd/ng-click-outside/issues"
},
"files": [
"lib_commonjs/*",
"lib_esmodule/*",
"README.md",
"LICENSE"
],
"license": "MIT",
"keywords": [
"angular",
"ng",
"click",
"event",
"outside",
"handler"
],
"main": "./lib_commonjs/index.js",
"module": "./lib_esmodule/index.js",
"jsnext:main": "./lib_esmodule/index.js",
"typings": "./lib_commonjs/index.d.ts",
"scripts": {
"lint": "tslint --project tsconfig.json src/**/*.ts",
"build:commonjs": "rimraf lib_commonjs && ngc -p tsconfig.json",
"build:esmodule": "rimraf lib_esmodule && ngc -p tsconfig.module.json",
"build": "npm run lint && npm run build:commonjs && npm run build:esmodule",
"prepare": "npm run build"
},
"peerDependencies": {
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0"
},
"devDependencies": {
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"rimraf": "^3.0.2",
"rxjs": "^7.8.1",
"tslint": "~6.1.3",
"typescript": "~5.5.0",
"zone.js": "~0.15.0"
}
}