{
    "name": "minecraft-text",
    "version": "1.2.18",
    "description": "Parse Minecraft text into many formats including HTML.",
    "main": "lib/",
    "types": "lib/",
    "repository": "https://github.com/JoshMerlino/minecraft-text",
    "bugs": {
        "url": "https://github.com/JoshMerlino/minecraft-text/issues"
    },
    "keywords": [
        "Minecraft",
        "Text",
        "HTML",
        "JSON",
        "ChatComponent",
        "§"
    ],
    "license": "ISC",
    "scripts": {
        "watch-ts": "tsc -w",
        "watch-js": "nodemon .",
        "dev": "concurrently \"npm:watch-*\"",
        "start": "node .",
        "build": "tsc"
    },
    "devDependencies": {
        "@typescript-eslint/parser": "^4.33.0",
        "@typescript-eslint/eslint-plugin": "^4.33.0",
        "@types/node": "^17.0.21",
        "eslint": "^7.32.0",
        "concurrently": "^7.0.0",
        "nodemon": "^2.0.15",
        "typescript": "^4.6.2",
        "typescript-eslint": "0.0.1-alpha.0"
    },
    "dependencies": {
        "dotenv": "^16.0.0"
    }
}
