mirror of
https://github.com/DinheroDevelopmentGroup/modular-minecraft-proxy.git
synced 2024-11-23 15:48:23 -05:00
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "modular-minecraft-proxy",
|
|
"version": "1.0.0",
|
|
"description": "Lego Minecraft",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "scripty",
|
|
"watch:build": "scripty",
|
|
"run": "scripty",
|
|
"watch:run": "scripty",
|
|
"watch": "scripty"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"config": {
|
|
"scripty": {
|
|
"parallel": true,
|
|
"path": "script"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@swc/cli": "^0.1.63",
|
|
"@swc/core": "^1.3.102",
|
|
"@types/node": "^20.10.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.17.0",
|
|
"@typescript-eslint/parser": "^6.17.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-standard-with-typescript": "^43.0.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-n": "^16.6.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-require-extensions": "^0.1.3",
|
|
"nodemon": "^3.0.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"minecraft-protocol": "^1.26.5"
|
|
}
|
|
}
|