This commit is contained in:
2025-10-09 22:47:42 -07:00
parent e58196bd9f
commit 8ead1c47be
2 changed files with 7 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "npm",
"version": "1.0.0",
"version": "1.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "1.0.0",
"version": "1.0.6",
"license": "MIT",
"devDependencies": {
"tsup": "^8.5.0",

View File

@ -1,6 +1,6 @@
{
"name": "tase-api",
"version": "1.0.5",
"version": "1.0.6",
"description": "The official NPM wrapper for The All Seeing Eye's API",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@ -11,7 +11,10 @@
"require": "./dist/index.js"
}
},
"files": ["dist", "README.md"],
"files": [
"dist",
"README.md"
],
"repository": {
"url": "https://git.thegoober.xyz/TGP/tase-api-node"
},