2019-11-07 07:13:28 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "@ms/types",
|
2020-02-27 04:27:19 +00:00
|
|
|
"version": "0.3.0",
|
2019-11-07 07:13:28 +00:00
|
|
|
"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",
|
2020-03-02 14:29:29 +00:00
|
|
|
"types": "dist/index.d.ts",
|
2019-11-07 07:13:28 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
|
|
|
|
}
|
2020-02-23 16:21:48 +00:00
|
|
|
}
|