35 lines
		
	
	
		
			917 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			917 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "@ccms/api",
 | 
						|
    "version": "0.19.6",
 | 
						|
    "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"
 | 
						|
    },
 | 
						|
    "dependencies": {
 | 
						|
        "@ccms/common": "^0.19.0",
 | 
						|
        "@ccms/container": "^0.19.0",
 | 
						|
        "@ccms/polyfill": "^0.19.0",
 | 
						|
        "base64-js": "^1.5.1",
 | 
						|
        "source-map-builder": "^0.0.7"
 | 
						|
    },
 | 
						|
    "devDependencies": {
 | 
						|
        "@types/base64-js": "^1.3.0",
 | 
						|
        "reflect-metadata": "^0.1.13",
 | 
						|
        "rimraf": "^3.0.2",
 | 
						|
        "typescript": "^4.5.5"
 | 
						|
    }
 | 
						|
}
 |