package.json 967 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@capacitor/android",
  3. "version": "6.1.0",
  4. "description": "Capacitor: Cross-platform apps with JavaScript and the web",
  5. "homepage": "https://capacitorjs.com",
  6. "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
  7. "license": "MIT",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/ionic-team/capacitor.git"
  11. },
  12. "bugs": {
  13. "url": "https://github.com/ionic-team/capacitor/issues"
  14. },
  15. "files": [
  16. "capacitor/build.gradle",
  17. "capacitor/lint-baseline.xml",
  18. "capacitor/lint.xml",
  19. "capacitor/proguard-rules.pro",
  20. "capacitor/src/main/"
  21. ],
  22. "scripts": {
  23. "verify": "./gradlew clean lint build test -b capacitor/build.gradle"
  24. },
  25. "peerDependencies": {
  26. "@capacitor/core": "^6.1.0"
  27. },
  28. "publishConfig": {
  29. "access": "public"
  30. },
  31. "__npminstall_done": true,
  32. "_from": "@capacitor/android@6.1.0",
  33. "_resolved": "https://registry.npmmirror.com/@capacitor/android/-/android-6.1.0.tgz"
  34. }