-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 976 Bytes
/
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
34
{
"name": "swiftylab-ci",
"version": "1.0.0",
"type": "commonjs",
"summary": "Reusable workflows and automation scripts for swift libraries.",
"description": "Reusable workflows, custom github actions and automation scripts for swift libraries, used by SwiftyLab repositories.",
"homepage": "https://github.com/SwiftyLab/ci",
"license": "MIT",
"author": {
"name": "Soumya Ranjan Mahunt",
"email": "soumya.mahunt@gmail.com",
"url": "https://twitter.com/soumya_mahunt"
},
"repository": {
"type": "git",
"url": "https://github.com/SwiftyLab/ci.git"
},
"private": true,
"directories": {
"bin": "./bin"
},
"dependencies": {
"@actions/core": "^1.10.1",
"archiver": "^7.0.1",
"concurrently": "^8.2.2",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"minimist": "^1.2.8",
"open": "^10.1.0",
"plist": "^3.1.0",
"semver": "^7.6.2"
}
}