-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "enkanetwork",
"version": "3.0.0-beta4",
"author": "Kravetsone",
"repository": {
"type": "git",
"url": "git+https://github.com/kravetsone/enkaNetwork.git"
},
"main": "dist/index.js",
"module": "dist/index.js",
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@types/node": "^20.12.7",
"typescript": "^5.4.5"
},
"bugs": {
"url": "https://github.com/kravetsone/enkaNetwork/issues"
},
"description": "API wrapper for enka.network written on TypeScript which provides localization, caching and convenience",
"homepage": "https://kravets.gitbook.io/enkanetwork",
"keywords": [
"enkanetwork",
"enka",
"genshinapi",
"genshinimpact",
"gensinimpactapi",
"nodejs",
"typescript",
"shinshin",
"moe"
],
"license": "ISC",
"scripts": {
"install": "node scripts/install.js",
"prepublishOnly": "rm -rf dist && tsc",
"lint": "bunx @biomejs/biome check ./src",
"lint:fix": "bun lint --apply"
},
"typings": "dist/index.d.ts",
"files": [
"dist",
"scripts"
]
}