-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 885 Bytes
/
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
{
"name": "enkanetwork.js",
"version": "2.10.3",
"description": "An API wrapper for the API of the Enka.Network website",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Jelosus2/enkanetwork.js.git"
},
"keywords": [
"genshin impact",
"genshin api",
"enkanetwork",
"enkanetwork.js",
"enka",
"nodejs",
"genshin"
],
"author": "Jelosus1",
"license": "MIT",
"engines": {
"node": ">=14.x"
},
"homepage": "https://github.com/Jelosus2/enkanetwork.js",
"devDependencies": {
"@types/node": "^18.11.13",
"@types/unzipper": "^0.10.5",
"typescript": "^4.9.4"
},
"dependencies": {
"axios": "^1.2.1",
"unzipper": "^0.10.11"
}
}