-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.35 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
29
30
31
32
33
{
"name": "SwiftAnalyticsKit",
"version": "1.0.0",
"summary": "A Composable Analytics API for Swift.",
"description": "An API pacakage which tries to establish a common analytics API the ecosystem can use.",
"homepage": "https://github.com/SwiftyLab/SwiftAnalyticsKit",
"license": "MIT",
"author": {
"name": "Soumya Ranjan Mahunt",
"email": "[email protected]",
"url": "https://twitter.com/soumya_mahunt"
},
"repository": {
"type": "git",
"url": "https://github.com/SwiftyLab/SwiftAnalyticsKit.git"
},
"private": true,
"dependencies": {
"swiftylab-ci": "github:SwiftyLab/ci"
},
"scripts": {
"build": "npm exec --package=swiftylab-ci -- build.js",
"xcodebuild": "npm exec --package=swiftylab-ci -- xcodebuild.js macOS iOS mac-catalyst tvOS",
"test": "npm exec --package=swiftylab-ci -- test.js --parallel",
"archive": "npm exec --package=swiftylab-ci -- archive.js",
"pod-lint": "npm exec --package=swiftylab-ci -- pod-lint.js",
"generate": "npm exec --package=swiftylab-ci -- generate.js",
"format": "npm exec --package=swiftylab-ci -- format.js",
"preview-doc": "npm exec --package=swiftylab-ci -- preview-doc.js",
"build-doc": "npm exec --package=swiftylab-ci -- build-doc.js Analytics AnalyticsMock",
"serve-doc": "npm exec --package=swiftylab-ci -- serve-doc.js Analytics"
}
}