feat: add molang package
1. upgrade bukkit chat 2. fix config update error Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
29
packages/molang/package.json
Normal file
29
packages/molang/package.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "@ccms/molang",
|
||||
"version": "0.17.0",
|
||||
"description": "A fast parser for Minecraft's MoLang",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"watch": "tsc --watch",
|
||||
"build": "yarn clean && tsc",
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/solvedDev/MoLang.git"
|
||||
},
|
||||
"author": "solvedDev",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/solvedDev/MoLang/issues"
|
||||
},
|
||||
"homepage": "https://github.com/solvedDev/MoLang#readme",
|
||||
"devDependencies": {
|
||||
"@types/node": "^13.1.2",
|
||||
"tslib": "^2.3.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"typescript": "^4.5.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user