Compare commits
2 Commits
87c3b71fba
...
8ead1c47be
Author | SHA1 | Date | |
---|---|---|---|
8ead1c47be | |||
e58196bd9f |
@ -1,10 +1,6 @@
|
|||||||
<div>
|
<div>
|
||||||
<a href="https://git.thegoober.xyz/TGP/tase-api-node">
|
<img alt="Gitea Last Commit" src="https://img.shields.io/gitea/last-commit/TGP/tase-api-node?gitea_url=https%3A%2F%2Fgit.thegoober.xyz%2F">
|
||||||
<img alt="Gitea Last Commit" src="https://img.shields.io/gitea/last-commit/TGP/tase-api-node?gitea_url=https%3A%2F%2Fgit.thegoober.xyz%2F">
|
<img alt="NPM Last Update" src="https://img.shields.io/npm/last-update/tase-api">
|
||||||
</a>
|
|
||||||
<a href="https://www.npmjs.com/package/tase-api">
|
|
||||||
<img alt="NPM Last Update" src="https://img.shields.io/npm/last-update/tase-api">
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## The All Seeing Eye API
|
## The All Seeing Eye API
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "npm",
|
"name": "npm",
|
||||||
"version": "1.0.0",
|
"version": "1.0.6",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "npm",
|
"name": "npm",
|
||||||
"version": "1.0.0",
|
"version": "1.0.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsup": "^8.5.0",
|
"tsup": "^8.5.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tase-api",
|
"name": "tase-api",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"description": "The official NPM wrapper for The All Seeing Eye's API",
|
"description": "The official NPM wrapper for The All Seeing Eye's API",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"module": "./dist/index.mjs",
|
"module": "./dist/index.mjs",
|
||||||
@ -11,7 +11,10 @@
|
|||||||
"require": "./dist/index.js"
|
"require": "./dist/index.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"files": ["dist", "README.md"],
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://git.thegoober.xyz/TGP/tase-api-node"
|
"url": "https://git.thegoober.xyz/TGP/tase-api-node"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user