{ "private": true, "name": "@ccms/client", "version": "0.24.2", "description": "MiaoScript client package", "keywords": [ "miaoscript", "minecraft", "bukkit", "sponge" ], "author": "MiaoWoo ", "homepage": "https://github.com/circlecloud/ms.git", "license": "ISC", "main": "dist/index.js", "scripts": { "dev": "ts-node-dev --respawn --debounce=1500 src/index.ts", "clean": "rimraf dist", "watch": "tsc --watch", "build": "yarn clean && tsc", "start": "node dist/index.js", "debug": "DEBUG=minecraft-protocol node dist/index.js", "emp": "node dist/emp.js", "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { "axios": "^0.27.2", "minecraft-protocol": "^1.34.0", "minecraft-protocol-forge": "^1.0.0", "proxy-agent": "^5.0.0" }, "devDependencies": { "@types/node": "^17.0.25", "rimraf": "^3.0.2", "typescript": "^4.6.3" } }