mirror of
https://github.com/DinheroDevelopmentGroup/modular-minecraft-proxy.git
synced 2024-11-23 15:48:23 -05:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "modular-minecraft-proxy",
|
|
"version": "1.0.0",
|
|
"description": "Modular Minecraft Proxy",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "scripty",
|
|
"watch:build": "scripty",
|
|
"copy": "scripty",
|
|
"watch:copy": "scripty",
|
|
"lint": "scripty",
|
|
"run": "scripty",
|
|
"watch:run": "scripty",
|
|
"watch": "scripty"
|
|
},
|
|
"keywords": [],
|
|
"author": "Dinhero Development Group",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"config": {
|
|
"scripty": {
|
|
"parallel": true,
|
|
"path": "script"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@inquirer/prompts": "^5.3.8",
|
|
"@types/text-table": "^0.2.5",
|
|
"chalk": "^5.3.0",
|
|
"commander": "^12.1.0",
|
|
"listr2": "^8.2.4",
|
|
"minecraft-protocol": "^1.47.0",
|
|
"strip-ansi": "^7.1.0",
|
|
"text-table": "^0.2.0",
|
|
"tmp-promise": "^3.0.3",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.9.1",
|
|
"@swc/cli": "^0.4.0",
|
|
"@swc/core": "^1.7.22",
|
|
"@swc/helpers": "^0.5.12",
|
|
"@types/node": "^22.5.1",
|
|
"eslint": "^9.9.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"globals": "^15.9.0",
|
|
"nodemon": "^3.1.4",
|
|
"prettier": "^3.3.3",
|
|
"scripty": "^2.1.1",
|
|
"typescript": "^5.5.4",
|
|
"typescript-eslint": "^8.3.0"
|
|
},
|
|
"bin": {
|
|
"m3": "./dist/m3/bin.js"
|
|
}
|
|
}
|