-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "@lol-archiver/lol-vo-extract",
"version": "2.7.3",
"description": "league of legends champion voices download, extract and rename with events",
"author": "DanoR",
"license": "LGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/lol-archiver/lol-vo-extract.git"
},
"private": true,
"type": "module",
"typesSource": [
"node"
],
"engines": {
"node": ">=20"
},
"main": "./index.js",
"dependencies": {
"@lol-archiver/lol-wad-extract": "^3.0.0",
"@nuogz/biffer": "^2.7.1",
"@nuogz/i18n": "^3.7.4",
"@nuogz/pangu": "^5.6.0",
"axios": "^1.7.9",
"bluebird": "^3.7.2",
"buffer-crc32": "^0.2.13",
"dayjs": "^1.11.13",
"filenamify": "^6.0.0",
"fs-extra": "^11.3.0",
"https-proxy-agent": "^5.0.1",
"iconv-lite": "^0.6.3",
"node-gzip": "^1.1.2",
"node-zstandard": "^1.2.4",
"url-join": "^5.0.0",
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@stylistic/eslint-plugin-js": "^2.13.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.17.14",
"eslint": "^9.18.0",
"globals": "^15.14.0"
}
}