-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 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
{
"name": "typepixel",
"version": "1.0.32",
"description": "JavaScript library built on Typescript to better manage data received from Hypixel API endpoints.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christianwdev/TypePixel.git"
},
"keywords": [
"Hypixel Skyblock",
"Hypixel",
"Skyblock"
],
"author": "christianwdev",
"license": "ISC",
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
],
"bugs": {
"url": "https://github.com/christianwdev/TypePixel/issues"
},
"homepage": "https://github.com/christianwdev/TypePixel#readme",
"dependencies": {
"dns-lookup-cache": "^1.0.4",
"prismarine-nbt": "^2.2.1",
"request": "^2.88.2",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.11",
"express": "^4.18.2"
}
}