2020-02-19 10:59:02 +00:00
|
|
|
{
|
2020-02-23 16:19:13 +00:00
|
|
|
"private": true,
|
2020-05-02 16:14:47 +00:00
|
|
|
"name": "@ccms/client",
|
2022-02-12 16:13:57 +00:00
|
|
|
"version": "0.18.0",
|
2020-02-19 10:59:02 +00:00
|
|
|
"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",
|
2020-02-23 16:21:48 +00:00
|
|
|
"start": "node dist/index.js",
|
2021-12-25 17:21:06 +00:00
|
|
|
"debug": "DEBUG=minecraft-protocol node dist/index.js",
|
|
|
|
"emp": "node dist/emp.js",
|
2020-02-19 10:59:02 +00:00
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-12 15:00:24 +00:00
|
|
|
"axios": "^0.25.0",
|
|
|
|
"minecraft-protocol": "^1.30.0",
|
2022-02-12 08:29:40 +00:00
|
|
|
"minecraft-protocol-forge": "^1.0.0",
|
2021-12-25 17:21:06 +00:00
|
|
|
"proxy-agent": "^5.0.0"
|
2020-02-19 10:59:02 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-12 15:00:24 +00:00
|
|
|
"@types/node": "^17.0.17",
|
2020-02-19 10:59:02 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2022-02-12 15:00:24 +00:00
|
|
|
"typescript": "^4.5.5"
|
2020-02-19 10:59:02 +00:00
|
|
|
}
|
2020-04-07 05:39:50 +00:00
|
|
|
}
|