ms/packages/sponge/package.json

36 lines
929 B
JSON
Raw Normal View History

{
"name": "@ms/sponge",
2019-09-24 02:15:06 +00:00
"version": "0.1.1",
"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": "npx tsc --watch",
"build": "yarn clean && npx tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^3.7.5"
},
"dependencies": {
2019-09-24 02:15:06 +00:00
"@ms/api": "^0.1.1",
2019-09-22 16:41:04 +00:00
"@ms/common": "^0.1.0",
2019-11-07 07:02:05 +00:00
"@ms/container": "^0.1.0",
"@ms/types": "^0.1.1"
}
}