-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
138 lines (138 loc) · 2.58 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "pikanetwork.js",
"version": "1.1.5",
"description": "An easy to use PikaNetwork API wrapper.",
"main": "src/index.js",
"authors": [
"TejasLamba2006",
"MrSpeedy35"
],
"license": "MIT",
"scripts": {
"build": "npm install",
"lint": "eslint src --ext .js --fix",
"format": "prettier -w ./src",
"pull": "git pull",
"test": "node src/test.js",
"formalint": "npm run format && npm run lint",
"start": "npm run formalint && node ."
},
"dependencies": {
"axios": "^1.5.1",
"cheerio": "^1.0.0-rc.12",
"dns": "^0.2.2",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"node-html-parser": "^6.1.10"
},
"devDependencies": {
"eslint": "^8.48.0",
"prettier": "^3.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TejasLamba2006/pikanetwork.js"
},
"bugs": {
"url": "https://github.com/TejasLamba2006/pikanetwork.js/issues"
},
"keywords": [
"pikanetwork",
"pikanetwork-api",
"pikanetwork-api-wrapper",
"pikanetwork.js",
"pikanetwork.ts",
"pikanetworkapi",
"minecraft",
"minecraftapi",
"server",
"multiplayer",
"modding",
"plugin",
"gameplay",
"gaming",
"networking",
"API",
"JavaScript",
"library",
"client",
"authentication",
"security",
"data",
"communication",
"online",
"sandbox",
"world",
"virtual",
"block",
"item",
"entity",
"crafting",
"game mechanics",
"user interface",
"game development",
"game server",
"real-time",
"player",
"avatar",
"mob",
"terrain",
"resource",
"pixel art",
"commands",
"scripting",
"command block",
"texture pack",
"rendering",
"redstone",
"creative mode",
"survival mode",
"inventory",
"biome",
"spawn",
"adventure",
"mining",
"farming",
"building",
"enchanting",
"potion",
"combat",
"dimension",
"Nether",
"End",
"Java Edition",
"Bedrock Edition",
"mods",
"skins",
"server hosting",
"event handling",
"user experience",
"rendering engine",
"game loop",
"physics",
"lore",
"spectator mode",
"chunk",
"map generation",
"world generation",
"particles",
"map",
"pixel",
"spawn point",
"gamemode",
"game server",
"NPC",
"AI",
"command-line tools",
"server administration",
"command-line interface",
"voxel",
"server mods",
"world edit",
"world management"
],
"directories": {
"test": "test",
"src": "src"
}
}