repository (probably a useless commit & license

This commit is contained in:
2025-10-09 22:42:05 -07:00
parent 90321c63db
commit e93de67e04
2 changed files with 25 additions and 1 deletions

View File

@ -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"
},