This repository has been archived by the owner on Jun 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
73 lines (73 loc) · 1.52 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"dependencies": {
"@octokit/rest": "^16.43.1",
"agentkeepalive": "^4.1.0",
"async": "^3.0.1",
"chalk": "^2.4.2",
"commander": "^6.2.0",
"easy-table": "^1.1.1",
"got": "^9.6.0",
"listr": "^0.14.3",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"ncp": "^2.0.0",
"numeral": "^2.0.6",
"package-info": "^3.0.2",
"rimraf": "^2.6.3",
"simple-git": "^1.126.0",
"sprintf-js": "^1.1.2",
"ua-string": "^3.0.0",
"underscore": "^1.9.1",
"which": "^2.0.1",
"yauzl": "^2.10.0"
},
"name": "wowa",
"version": "1.3.16",
"description": "Manage World of Warcraft addons, upload WCL, etc.",
"main": "index.js",
"devDependencies": {
"ava": "^2.1.0",
"coveralls": "^3.0.4",
"cross-env": "^6.0.3",
"file-type": "^12.0.0",
"nyc": "^14.1.1",
"release-it": "^14.10.0",
"valid-url": "^1.0.9"
},
"scripts": {
"test": "cross-env TEST_WOWA=1 nyc ava",
"release": "release-it"
},
"author": "antiwinter",
"license": "MIT",
"keywords": [
"world of warcraft",
"wow",
"addon",
"lua"
],
"bin": {
"wowa": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antiwinter/wowa.git"
},
"release-it": {
"git": {
"tagName": "v${version}",
"commitMessage": "release v${version}"
},
"github": {
"release": true
}
},
"engines": {
"node": ">=10.16"
},
"resolutions": {
"minimist": "^1.2.5",
"lodash": "^4.17.19",
"deep-extend": "^0.5.1"
}
}