-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "utw",
"version": "1.0.3",
"main": "lib/index.js",
"repository": "[email protected]:IncantaGames/unreal-test-wrapper.git",
"author": "Incanta Games",
"license": "MIT",
"bin": {
"utw": "lib/index.js"
},
"scripts": {
"build": "tsc -b .",
"start": "node lib/index.js"
},
"dependencies": {
"async-sema": "^3.1.1",
"commander": "^9.4.1",
"ini": "^3.0.1",
"log-symbols": "^5.1.0",
"mocha": "^10.2.0",
"moment": "^2.29.4",
"ora": "^6.1.2",
"winreg": "^1.2.4"
},
"devDependencies": {
"@types/ini": "^1.3.31",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@types/winreg": "^1.2.31",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
}
}