{
    "name": "onoff-repo",
    "version": "1.0.0",
    "description": "The official Onofficiel Repository",
    "main": "build.js",
    "type": "module",
    "scripts": {
        "build": "node tools/build.js",
        "deploy": "git subtree push --prefix dist origin gh-pages"
    },
    "author": "Onofficiel",
    "license": "ISC",
    "dependencies": {
        "adm-zip": "^0.5.10",
        "yaml": "^2.3.4"
    }
}
