forked from AutoCodeStack/ios-device-farm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
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
{
"name": "ios-device-farm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npx nodemon",
"build": "rimraf ./build && tsc",
"start": "npm run build && node build/index.js",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bluebird": "^3.5.42",
"@types/busboy": "^1.5.3",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.10.5",
"@types/sharp": "^0.32.0",
"@types/socket.io": "^3.0.2",
"@types/teen_process": "^2.0.4",
"@types/winston": "^2.4.4",
"jest": "^29.7.0",
"nodemon": "^3.0.2",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"applesign": "^5.0.0",
"async-mutex": "^0.5.0",
"axios": "^1.7.2",
"bluebird": "^3.7.2",
"busboy": "^1.6.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"find-free-ports": "^3.1.1",
"go-ios": "^1.0.134",
"sharp": "^0.33.4",
"socket.io": "^4.7.5",
"teen_process": "^2.1.3",
"winston": "^3.13.0"
}
}