diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..eedc492 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "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" + }, + "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" +} |