2020-01-08 01:48:37 +00:00
|
|
|
{
|
2020-05-02 16:14:47 +00:00
|
|
|
"name": "@ccms/compile",
|
2022-05-14 08:28:17 +00:00
|
|
|
"version": "0.21.0",
|
2020-01-08 01:48:37 +00:00
|
|
|
"description": "MiaoScript compile package",
|
|
|
|
"keywords": [
|
|
|
|
"miaoscript",
|
|
|
|
"minecraft",
|
|
|
|
"bukkit",
|
|
|
|
"sponge"
|
|
|
|
],
|
|
|
|
"author": "MiaoWoo <admin@yumc.pw>",
|
|
|
|
"homepage": "https://github.com/circlecloud/ms.git",
|
|
|
|
"license": "ISC",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf dist",
|
2020-02-19 10:56:02 +00:00
|
|
|
"watch": "tsc --watch",
|
|
|
|
"build": "yarn clean && tsc",
|
2020-01-08 01:48:37 +00:00
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
2022-05-14 02:45:06 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"reflect-metadata": "^0.1.13",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"typescript": "^4.6.3"
|
2020-02-23 16:21:48 +00:00
|
|
|
}
|
2020-01-08 01:48:37 +00:00
|
|
|
}
|