MiaoWoo
6816e51239
1. upgrade bukkit chat 2. fix config update error Signed-off-by: MiaoWoo <admin@yumc.pw>
25 lines
668 B
JSON
25 lines
668 B
JSON
{
|
|
"private": true,
|
|
"name": "ms",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "MiaoWoo <admin@yumc.pw>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"bs": "lerna bootstrap",
|
|
"clean": "lerna run clean",
|
|
"watch": "lerna run watch --parallel",
|
|
"build": "lerna run build",
|
|
"ug": "yarn upgrade-interactive --latest",
|
|
"np": "./script/push.sh",
|
|
"lsp": "npm login --registry=https://registry.npmjs.org --scope=@ccms",
|
|
"lp": "lerna publish --registry https://registry.npmjs.org"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"lerna": "^4.0.0"
|
|
}
|
|
}
|