2020-02-19 10:59:02 +00:00
|
|
|
{
|
2020-02-23 16:19:13 +00:00
|
|
|
"private": true,
|
2020-02-19 10:59:02 +00:00
|
|
|
"name": "@ms/client",
|
2020-02-23 16:21:48 +00:00
|
|
|
"version": "0.2.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",
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
|
|
|
|
},
|
|
|
|
"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": {
|
|
|
|
"minecraft-protocol": "^1.11.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@nestjs/cli": "^6.14.2",
|
|
|
|
"rimraf": "^3.0.2",
|
2020-02-24 07:28:47 +00:00
|
|
|
"typescript": "^3.8.2"
|
2020-02-19 10:59:02 +00:00
|
|
|
}
|
2020-02-23 16:21:48 +00:00
|
|
|
}
|