package.json 992 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@ionic/pwa-elements",
  3. "version": "3.3.0",
  4. "description": "Stencil Component Starter",
  5. "main": "dist/index.cjs.js",
  6. "unpkg": "dist/ionicpwaelements/ionicpwaelements.js",
  7. "types": "dist/types/index.d.ts",
  8. "module": "dist/index.js",
  9. "collection": "dist/collection/collection-manifest.json",
  10. "files": [
  11. "dist/",
  12. "loader/"
  13. ],
  14. "scripts": {
  15. "build": "stencil build",
  16. "start": "stencil build --dev --watch --serve",
  17. "release": "np",
  18. "version": "npm run build"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/ionic-team/ionic-pwa-elements.git"
  23. },
  24. "author": "Ionic Team",
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/ionic-team/ionic-pwa-elements"
  28. },
  29. "homepage": "https://github.com/ionic-team/ionic-pwa-elements",
  30. "devDependencies": {
  31. "@stencil/core": "^3.4.0",
  32. "np": "^8.0.4",
  33. "workbox-build": "^7.0.0"
  34. },
  35. "engines": {
  36. "node": ">=16.0.0",
  37. "npm": ">=8.0.0"
  38. }
  39. }