{ "name": "@ex-helpers/element", "version": "0.1.0", "description": "Several element wrapper helpers", "scripts": { "postinstall": "tsc", "build": "node tools/prebuild.js && tsc && npm pack" }, "author": "", "license": "ISC", "dependencies": { "@angular/core": "^6.1.10", "@ex-helpers/stack": "https://git.desudesu.ru/deswolrd/ex-helpers-stack.git", "rxjs": "^6.0.0", "typescript": "^2", "zone.js": "~0.8.26" }, "devDependencies": { "rimraf": "^2.6.2" } }