-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.44 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.44 KB
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
47
48
49
50
51
52
53
54
55
{
"name": "hypixel-api-typed",
"version": "12.0.0-20",
"description": "Hypixel API but typed",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"keywords": [
"minecraft",
"hypixel",
"api",
"hypixel-api",
"intellisense"
],
"bugs": {
"url": "https://github.com/Hypixel-API-Reborn/hypixel-api-typed/issues"
},
"scripts": {
"lint": "pnpm lint:check --fix",
"lint:check": "pnpm exec eslint",
"prettier:check": "pnpm exec prettier --check .",
"prettier": "pnpm exec prettier --write .",
"build": "pnpm exec tsc"
},
"engines": {
"node": ">=20.19.5"
},
"type": "module",
"packageManager": "[email protected]",
"author": "Kathund",
"license": "MIT",
"readme": "https://github.com/Hypixel-API-Reborn/hypixel-api-typed?tab=readme-ov-file#hypixel-api-typed",
"repository": {
"url": "git+https://github.com/Hypixel-API-Reborn/hypixel-api-typed.git"
},
"files": [
"dist/**/*"
],
"publisher": "Kathund",
"devDependencies": {
"@eslint/js": "^9.39.1",
"@j4cobi/eslint-plugin-sort-imports": "^1.0.2",
"@stylistic/eslint-plugin": "^5.6.0",
"@types/eslint": "^9.6.1",
"@types/node": "^20.19.5",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"globals": "^16.5.0",
"prettier": "^3.6.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"typescript-eslint": "^8.47.0"
}
}