package.json 521 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@ex-helpers/element",
  3. "version": "8.1.1",
  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",
  13. "lodash-es": "4"
  14. },
  15. "devDependencies": {
  16. "@angular/core": "^6.1.10",
  17. "@ex-helpers/build": "^0.1.18",
  18. "@types/lodash-es": "^4.17.1",
  19. "rimraf": "^2.6.2",
  20. "rxjs": "^6.0.0",
  21. "typescript": "3.2",
  22. "zone.js": "~0.8.26"
  23. }
  24. }