From e93de67e0498a84d50b2a09ff76dd821bb083c1f Mon Sep 17 00:00:00 2001 From: doqedev Date: Thu, 9 Oct 2025 22:42:05 -0700 Subject: [PATCH] repository (probably a useless commit & license --- LICENSE | 21 +++++++++++++++++++++ package.json | 5 ++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..fa04289 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 TGP + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/package.json b/package.json index b7ab086..dcc57cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tase-api", - "version": "1.0.1", + "version": "1.0.2", "description": "The official NPM wrapper for The All Seeing Eye's API", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -11,6 +11,9 @@ "require": "./dist/index.js" } }, + "repository": { + "url": "https://git.thegoober.xyz/TGP/tase-api-node" + }, "scripts": { "build": "tsup" },