-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpackage.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": "wow.export",
"description": "Export Toolkit for World of Warcraft",
"license": "MIT",
"version": "0.1.65",
"contributors": [
"Kruithne <[email protected]> (https://kruithne.net/)",
"Marlamin <[email protected]> (https://marlamin.com/)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Kruithne/wow.export.git"
},
"bugs": {
"url": "https://github.com/Kruithne/wow.export/issues"
},
"homepage": "https://github.com/Kruithne/wow.export#readme",
"engines": {
"node": ">=12.12.0"
},
"dependencies": {
"acorn": "^8.0.4",
"adm-zip": "git+https://github.com/cthackers/adm-zip.git#ff17ae85000b62b9d159e2520564902724d26c17",
"chalk": "^2.4.2",
"filesize": "^5.0.3",
"pkg": "^4.4.0",
"rcedit": "^2.0.0",
"request": "^2.88.0",
"sass": "^1.52.1",
"ssh2-sftp-client": "^9.0.4",
"terser": "^5.14.2",
"tar": "^5.0.10",
"uuid": "^3.3.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.1.2"
}
}