30 lines
		
	
	
		
			822 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			822 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "@ccms/molang",
 | 
						|
    "version": "0.26.0",
 | 
						|
    "description": "A fast parser for Minecraft's MoLang",
 | 
						|
    "main": "dist/index.js",
 | 
						|
    "types": "dist/index.d.ts",
 | 
						|
    "scripts": {
 | 
						|
        "clean": "rimraf dist",
 | 
						|
        "watch": "tsc --watch",
 | 
						|
        "build": "yarn clean && tsc",
 | 
						|
        "test": "echo \"Error: run tests from root\" && exit 1"
 | 
						|
    },
 | 
						|
    "repository": {
 | 
						|
        "type": "git",
 | 
						|
        "url": "git+https://github.com/solvedDev/MoLang.git"
 | 
						|
    },
 | 
						|
    "author": "solvedDev",
 | 
						|
    "license": "MIT",
 | 
						|
    "bugs": {
 | 
						|
        "url": "https://github.com/solvedDev/MoLang/issues"
 | 
						|
    },
 | 
						|
    "homepage": "https://github.com/solvedDev/MoLang#readme",
 | 
						|
    "devDependencies": {
 | 
						|
        "@types/node": "^18.13.0",
 | 
						|
        "rimraf": "^4.1.2",
 | 
						|
        "tslib": "^2.5.0",
 | 
						|
        "typescript": "^4.9.5"
 | 
						|
    }
 | 
						|
}
 |