32 lines
		
	
	
		
			844 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			844 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "@ccms/core",
 | 
						|
    "version": "0.20.0-alpha.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",
 | 
						|
    "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": "^4.5.5"
 | 
						|
    },
 | 
						|
    "dependencies": {
 | 
						|
        "@ccms/api": "^0.20.0-alpha.0",
 | 
						|
        "@ccms/container": "^0.19.0"
 | 
						|
    },
 | 
						|
    "gitHead": "781524f83e52cad26d7c480513e3c525df867121"
 | 
						|
}
 |