diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-13 13:56:19 -0600 |
---|---|---|
committer | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-13 13:56:19 -0600 |
commit | a23103ec24128f2e24b93ad101ade6dfdd4758c3 (patch) | |
tree | c4d543a2003062a7c213d37f5d06a826c2a88798 /package.json | |
parent | d7b9d1fc5cfc8c648604eb1d178091873ea698a6 (diff) | |
download | skyblock-api-a23103ec24128f2e24b93ad101ade6dfdd4758c3.tar.gz skyblock-api-a23103ec24128f2e24b93ad101ade6dfdd4758c3.tar.bz2 skyblock-api-a23103ec24128f2e24b93ad101ade6dfdd4758c3.zip |
Basic profile stats
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" +} |