aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 4b544ef42a3eb67b5aeac1b2afa3fa266c030aed (plain)
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
{
  "name": "skyblock-api",
  "version": "1.0.0",
  "description": "Wrapper for the Hypixel SkyBlock API",
  "main": "index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "compile": ""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mat-1/skyblock-api.git"
  },
  "keywords": [
    "hypixel",
    "minecraft",
    "hypixel",
    "skyblock"
  ],
  "author": "mat",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mat-1/skyblock-api/issues"
  },
  "homepage": "https://github.com/mat-1/skyblock-api#readme"
}