-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
38 lines (38 loc) · 894 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
{
"name": "mojang-api",
"version": "2.2.1",
"description": "Fast caching layer for the Mojang API.",
"author": "Ashcon Partovi",
"email": "[email protected]",
"keywords": [
"minecraft",
"mojang",
"api"
],
"homepage": "https://github.com/Electroid/mojang-api",
"repository": {
"type": "git",
"url": "github:Electroid/mojang-api"
},
"license": "MIT",
"main": "src/index.coffee",
"scripts": {
"build": "webpack",
"build:watch": "webpack --watch",
"dev": "wrangler dev",
"deploy": "wrangler publish"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20221111.1",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.5.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"wrangler": "^2.4.4"
},
"dependencies": {
"browserify-zlib": "^0.2.0",
"pngjs": "^3.4.0",
"xmlbuilder": "^13.0.2"
}
}