ng-focus-apply
Version:
Simplify component interaction in angular with focus-apply pattern.
41 lines (40 loc) • 1.13 kB
JSON
{
"name": "ng-focus-apply",
"version": "1.0.1",
"description": "Simplify component interaction in angular with focus-apply pattern.",
"main": "lib/focus-apply-store.js",
"types": "lib/focus-apply-store.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf lib/*",
"build": "npm run clean && npm run lint && npm run format && tsc",
"build-ts": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"Focus",
"Apply",
"Angular",
"Store",
"Generic"
],
"author": "DEVORION",
"license": "MIT",
"dependencies": {
"rxjs": "^6.4.0"
},
"devDependencies": {
"prettier": "^2.0.2",
"rimraf": "^3.0.2",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
},
"files": [
"lib/**/*"
]
}