forked from Kruithne/wow.export
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 776 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 776 Bytes
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
{
"name": "wow.export",
"description": "Export Toolkit for World of Warcraft",
"license": "MIT",
"version": "0.2.14",
"contributors": [
"Kruithne <kruithne@gmail.com> (https://kruithne.net/)",
"Marlamin <marlamin@marlamin.com> (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": {
"bun": ">=1.2.0"
},
"dependencies": {
"adm-zip": "git+https://github.com/cthackers/adm-zip.git#1c7860ff5005cd30bf5dc6e557c9b312fedc0a66",
"rcedit": "^2.0.0",
"vue": "^3.5.21",
"webp-wasm": "^1.0.6"
},
"devDependencies": {
"@types/bun": "^1.2.21"
}
}