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",
|
2021-03-27 03:38:56 +00:00
|
|
|
"version": "0.14.1",
|
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",
|
2020-02-19 10:59:02 +00:00
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-22 07:23:47 +00:00
|
|
|
"minecraft-protocol": "^1.25.0"
|
2020-02-19 10:59:02 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-22 07:23:47 +00:00
|
|
|
"@types/node": "^15.12.4",
|
2020-02-19 10:59:02 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2021-06-22 07:23:47 +00:00
|
|
|
"typescript": "^4.3.4"
|
2020-02-19 10:59:02 +00:00
|
|
|
}
|
2020-04-07 05:39:50 +00:00
|
|
|
}
|