This commit is contained in:
Nicholas Keller
2025-08-21 03:41:59 +00:00
parent 3bb5a398d9
commit 1ebe222a0b
2 changed files with 22 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "mcprofile",
"version": "1.0.0",
"description": "Connect to mcprofile.io",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/profilelag/mcprofile.git"
},
"keywords": [
"minecraft"
],
"author": "Nicholas Keller",
"license": "MIT",
"bugs": {
"url": "https://github.com/profilelag/mcprofile/issues"
},
"homepage": "https://github.com/profilelag/mcprofile#readme"
}