{
    "name": "onejs-core",
    "description": "The JS part of OneJS, a UI framework and Scripting Engine for Unity.",
    "version": "3.0.6",
    "repository": {
        "type": "git",
        "url": "https://github.com/Singtaa/onejs-core"
    },
    "main": "./dist/index.js",
    "types": "./typings.d.ts",
    "bin": {
        "oj": "./bin/oj.js"
    },
    "dependencies": {
        "chalk": "^4.1.2",
        "commander": "^11.0.0",
        "css-flatten": "^2.0.0",
        "css-simple-parser": "^3.0.0",
        "fs-extra": "^11.2.0",
        "ora": "^5.4.1",
        "progress": "^2.0.3",
        "rimraf": "^5.0.7",
        "tar": "^7.2.0"
    },
    "devDependencies": {
        "esbuild": "^0.20.0",
        "postcss": "^8.4.38",
        "postcss-cli": "^11.0.0",
        "postcss-import": "^16.1.1",
        "tailwindcss": "^3.4.17",
        "tiny-glob": "^0.2.9",
        "xml2js": "^0.6.2"
    }
}
