35 lines
917 B
JSON
35 lines
917 B
JSON
{
|
|
"name": "@ms/websocket",
|
|
"version": "0.2.0",
|
|
"description": "MiaoScript api 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": {
|
|
"clean": "rimraf dist",
|
|
"watch": "tsc --watch",
|
|
"build": "yarn clean && tsc",
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"reflect-metadata": "^0.1.13",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^3.8.2"
|
|
},
|
|
"dependencies": {
|
|
"@ms/api": "^0.2.0",
|
|
"@ms/common": "^0.2.0"
|
|
},
|
|
"gitHead": "781524f83e52cad26d7c480513e3c525df867121"
|
|
}
|