Skip to content

Commit a87cf2d

Browse files
authored
Merge pull request #20 from GetAutomaApp/12-workflows-for-swiftformat-lint-checking-swiftlint-checking
ISSUE-10 - Workflow for lint checking + package.json integration (init, install, etc...)
2 parents 000f8fc + d88d441 commit a87cf2d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "swiftwebdriver",
3+
"version": "1.0.0",
4+
"description": "> [!NOTE] This codebase is a fork made from this [REPO](https://github.com/ashi-psn/SwiftWebDriver). The majority of the code was written by @ashi-psn. This repo just modernizes it & adapts it for our organizations usecases.",
5+
"main": "index.js",
6+
"scripts": {
7+
"format": "swiftformat .",
8+
"install:all": "npm run install:swiftformat",
9+
"install:swiftformat": "brew install swiftformat"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/GetAutomaApp/SwiftWebDriver.git"
14+
},
15+
"keywords": [],
16+
"author": "",
17+
"license": "ISC",
18+
"bugs": {
19+
"url": "https://github.com/GetAutomaApp/SwiftWebDriver/issues"
20+
},
21+
"homepage": "https://github.com/GetAutomaApp/SwiftWebDriver#readme"
22+
}

0 commit comments

Comments
 (0)