32 lines
		
	
	
		
			827 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			827 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "@ccms/container",
 | 
						|
    "version": "0.17.0",
 | 
						|
    "description": "MiaoScript container 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": {
 | 
						|
        "@ccms/nashorn": "^0.17.0",
 | 
						|
        "reflect-metadata": "^0.1.13",
 | 
						|
        "rimraf": "^3.0.2",
 | 
						|
        "typescript": "^4.3.5"
 | 
						|
    },
 | 
						|
    "dependencies": {
 | 
						|
        "inversify": "^5.1.1",
 | 
						|
        "inversify-binding-decorators": "^4.0.0"
 | 
						|
    }
 | 
						|
}
 |