This commit is contained in:
Nicholas Keller
2025-08-21 04:05:54 +00:00
parent 8028e5144a
commit 066703c17f
4 changed files with 79 additions and 2 deletions
+7 -2
View File
@@ -1,6 +1,6 @@
{
"name": "mcprofile",
"version": "1.0.0",
"version": "1.0.1",
"description": "Connect to mcprofile.io",
"main": "index.js",
"scripts": {
@@ -18,5 +18,10 @@
"bugs": {
"url": "https://github.com/profilelag/mcprofile/issues"
},
"homepage": "https://github.com/profilelag/mcprofile#readme"
"homepage": "https://github.com/profilelag/mcprofile#readme",
"type": "module",
"dependencies": {
"node-fetch": "^3.3.2"
},
"types": "index.d.ts"
}