40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"name": "@ccms/client",
|
|
"version": "0.24.2",
|
|
"description": "MiaoScript client package",
|
|
"keywords": [
|
|
"miaoscript",
|
|
"minecraft",
|
|
"bukkit",
|
|
"sponge"
|
|
],
|
|
"author": "MiaoWoo <admin@yumc.pw>",
|
|
"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": "^1.1.3",
|
|
"https-proxy-agent": "^5.0.1",
|
|
"minecraft-protocol": "^1.36.1",
|
|
"minecraft-protocol-forge": "^1.0.0",
|
|
"proxy-agent": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.9",
|
|
"lerna": "^6.0.3",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|