-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 1.14 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "ios-sim-portable",
"version": "4.5.0",
"description": "",
"main": "./lib/ios-sim.js",
"files": [
"lib/**/*.js",
"lib/**/*.map",
"lib/**/*.d.ts",
"resources"
],
"scripts": {
"prepack": "tsc",
"dev": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ios-sim-portable": "./bin/ios-sim-portable.js",
"isim": "./bin/ios-sim-portable.js"
},
"repository": {
"type": "git",
"url": "https://github.com/telerik/ios-sim-portable.git"
},
"keywords": [
"ios",
"simulator"
],
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/telerik/ios-sim-portable/issues"
},
"homepage": "https://github.com/telerik/ios-sim-portable",
"dependencies": {
"bplist-parser": "0.3.2",
"lodash": "4.17.21",
"plist": "3.0.6",
"shelljs": "~0.8.4",
"yargs": "17.7.1"
},
"devDependencies": {
"@types/lodash": "4.14.191",
"@types/node": "^14.11.1",
"@types/plist": "^3.0.2",
"@types/yargs": "^17.0.23",
"typescript": "5.0.2"
},
"engines": {
"node": ">=6.0.0"
}
}