package.json 510 B

123456789101112131415161718192021
  1. {
  2. "name": "@ex-helpers/element",
  3. "version": "0.1.0",
  4. "description": "Several element wrapper helpers",
  5. "scripts": {
  6. "postinstall": "tsc",
  7. "build": "node tools/prebuild.js && tsc && npm pack"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@angular/core": "^6.1.10",
  13. "@ex-helpers/stack": "https://git.desudesu.ru/deswolrd/ex-helpers-stack.git",
  14. "rxjs": "^6.0.0",
  15. "typescript": "^2",
  16. "zone.js": "~0.8.26"
  17. },
  18. "devDependencies": {
  19. "rimraf": "^2.6.2"
  20. }
  21. }