Přidat package.json
Some checks failed
Build Minecore UDP check image / Build-Minecraft-Stats-Image (push) Failing after 35s
Some checks failed
Build Minecore UDP check image / Build-Minecraft-Stats-Image (push) Failing after 35s
This commit is contained in:
parent
f648438d32
commit
cdda4c3f44
16
package.json
Normal file
16
package.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "mcpinger",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"bedrock-protocol": "^3.46.0",
|
||||
"dotenv": "^16.5.0",
|
||||
"express": "^5.1.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user