-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 981 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 981 Bytes
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
35
36
37
38
39
40
41
{
"name": "@kud/sim-crafter-cli",
"version": "1.0.3",
"description": "A CLI tool to manage iOS simulators on macOS, simplifying testing and development workflows.",
"main": "index.js",
"bin": {
"sim-crafter": "./index.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kud/sim-crafter-cli.git"
},
"bugs": {
"url": "https://github.com/kud/sim-crafter-cli/issues"
},
"homepage": "https://github.com/kud/sim-crafter-cli#readme",
"author": "Erwann Mest <m@kud.io>",
"license": "MIT",
"dependencies": {
"@inquirer/select": "2.2.0",
"chalk": "5.3.0",
"cli-table3": "0.6.3",
"inquirer": "9.2.16",
"yargs": "17.7.2",
"zx": "7.2.3"
},
"keywords": [
"ios",
"simulator",
"cli-tool",
"development-tools",
"ios-simulator",
"simctl",
"ios-development",
"apple-development"
]
}