{ "name": "@ccms/molang", "version": "0.24.2", "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": "^17.0.25", "rimraf": "^3.0.2", "tslib": "^2.3.1", "typescript": "^4.6.3" } }