forked from ionic-team/capacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "@capacitor/ios",
"version": "3.0.0-alpha.5",
"description": "Capacitor: cross-platform mobile apps with the web",
"homepage": "https://capacitor.ionicframework.com/",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
"license": "MIT",
"scripts": {
"verify": "npm run xc:build:Capacitor && npm run xc:build:CapacitorCordova && npm run pod:lint:Capacitor && npm run pod:lint:CapacitorCordova",
"xc:build:Capacitor": "cd Capacitor && pod install && xcodebuild -workspace Capacitor.xcworkspace -scheme Capacitor && cd ..",
"xc:build:CapacitorCordova": "cd CapacitorCordova && xcodebuild && cd ..",
"pod:lint:Capacitor": "pod lib lint --allow-warnings Capacitor.podspec",
"pod:lint:CapacitorCordova": "pod lib lint --allow-warnings CapacitorCordova.podspec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/capacitor.git"
},
"bugs": {
"url": "https://github.com/ionic-team/capacitor/issues"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@capacitor/core": "^3.0.0-alpha.2"
}
}