{
    "name": "unityscript",
    "version": "0.0.8",
    "author": "paishee",
    "description": "A JavaScript-to-C# Compiler for Unity",
    "repository": {
        "type": "git",
        "url": "https://github.com/paishee/unityscript.git"
    },
    "bugs": {
        "url": "https://github.com/paishee/unityscript/issues"
    },
    "license": {
        "type": "MIT",
        "url": "https://github.com/paishee/unityscript/blob/main/LICENSE"
    },
    "dependencies": {
        "stews": "latest",
        "aepl": "latest",
        "js-yaml": "latest"
    },
    "keywords": [
        "unity",
        "aepl",
        "stews",
        "games",
        "gamedev",
        "unityscript",
        "compiler",
        "transpiler"
    ],
    "homepage": "https://github.com/paishee/unityscript",
    "main": "src/Workspace/index.js"
}
