package.json 494 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@ex-helpers/element",
  3. "version": "0.1.7",
  4. "description": "Several element wrapper helpers",
  5. "scripts": {
  6. "build": "exb",
  7. "release": "exb --release"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@ex-helpers/stack": "^0.1.9"
  13. },
  14. "peerDependencies": {
  15. "rxjs": "^6.0.0",
  16. "zone.js": "~0.8.26"
  17. },
  18. "devDependencies": {
  19. "@angular/core": "^6.1.10",
  20. "@ex-helpers/build": "^0.1.18",
  21. "rimraf": "^2.6.2",
  22. "typescript": "^2"
  23. }
  24. }