This commit is contained in:
parent
55470c090d
commit
6947a1adba
1260 changed files with 111297 additions and 0 deletions
31
@capacitor/android/package.json
Normal file
31
@capacitor/android/package.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "@capacitor/android",
|
||||
"version": "6.1.2",
|
||||
"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": "^6.1.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue