-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 981 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
42
43
44
{
"name": "minecraft-lookup",
"version": "1.1.36",
"description": "Lookup Minecraft Players, Skins, Avatars and Servers!",
"main": "library/index.js",
"types": "typings/index.d.ts",
"funding": {
"type": "individual",
"url": "https://ko-fi.com/zirobot"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "node tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZiroCore/minecraft-lookup.git"
},
"bugs": {
"url": "https://github.com/ZiroCore/minecraft-lookup/issues"
},
"homepage": "https://github.com/ZiroCore/minecraft-lookup",
"keywords": [
"minecraft",
"namemc",
"servers",
"skins",
"avatars",
"namemc-api",
"heads",
"skulls",
"info"
],
"author": "ZiroCore",
"license": "Apache-2.0",
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"typescript": "^4.2.4"
}
}