-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.41 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
53
54
55
56
57
58
59
{
"name": "owscript",
"version": "1.0.0-beta.2",
"description": "A CLI for OWScript by adapap",
"preferGlobal": true,
"bin": {
"ows": "./bin/OWScript.js"
},
"scripts": {
"clean": "rm -rf ./dist/*",
"compile": "tsc -p .",
"watch": "tsc -w -p .",
"prepublishOnly": "npm run clean && npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatthewSH/node-OWScript.git"
},
"keywords": [
"overwatch",
"workshop",
"ows",
"owscript"
],
"author": "matthewh",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/MatthewSH/node-OWScript/issues"
},
"homepage": "https://github.com/MatthewSH/node-OWScript#readme",
"devDependencies": {
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^8.0.0",
"@types/inquirer": "^6.0.3",
"@types/phin": "^3.3.0",
"@types/request": "^2.48.2",
"@types/semver": "^6.0.1",
"@types/tar": "^4.0.3",
"@types/yargs": "^13.0.1",
"typescript": "^3.5.3"
},
"dependencies": {
"boxen": "^4.1.0",
"chalk": "^2.4.2",
"chokidar": "^3.0.2",
"command-exists": "^1.2.8",
"deepmerge": "^4.0.0",
"download-git-repo": "^2.0.0",
"fs-extra": "^8.1.0",
"inquirer": "^6.5.0",
"moment": "^2.24.0",
"ora": "^3.4.0",
"phin": "^3.4.0",
"request": "^2.88.0",
"semver": "^6.3.0",
"tar": "^4.4.10",
"yargs": "^13.3.0"
}
}