database-petani-mobile/node_modules/@capacitor/android/package.json
2026-02-23 16:39:35 +07:00

32 lines
811 B
JSON

{
"name": "@capacitor/android",
"version": "8.1.0",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/capacitor.git"
},
"bugs": {
"url": "https://github.com/ionic-team/capacitor/issues"
},
"files": [
"capacitor/build.gradle",
"capacitor/lint-baseline.xml",
"capacitor/lint.xml",
"capacitor/proguard-rules.pro",
"capacitor/src/main/"
],
"scripts": {
"verify": "./gradlew clean lint build test -b capacitor/build.gradle"
},
"peerDependencies": {
"@capacitor/core": "^8.1.0"
},
"publishConfig": {
"access": "public"
}
}