ms/packages/types/package.json
2020-03-03 01:14:22 +08:00

20 lines
479 B
JSON

{
"name": "@ms/types",
"version": "0.3.1",
"description": "MiaoScript types package",
"keywords": [
"miaoscript",
"minecraft",
"bukkit",
"sponge"
],
"author": "MiaoWoo <admin@yumc.pw>",
"homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
}
}