{
    "name": "acosgames",
    "version": "2.0.0",
    "description": "",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "sideEffects": false,
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "bin": {
        "acos": "./cli.js"
    },
    "author": "",
    "license": "ISC",
    "repository": {
        "type": "git",
        "url": "https://github.com/acosgames/acosgames.git"
    },
    "dependencies": {
        "acos-json-delta": "^1.0.0",
        "acos-json-encoder": "^1.0.0",
        "axios": "^1.6.8",
        "browser-sync": "^3.0.2",
        "chokidar": "^3.5.3",
        "express": "^4.17.3",
        "form-data": "^4.0.0",
        "form-data-encoder": "^2.1.2",
        "formdata-node": "^5.0.0",
        "got": "^12.5.1",
        "kill-port": "^2.0.1",
        "nanoid": "^3.3.7",
        "nodemon": "^3.1.0",
        "openskill": "^1.4.1",
        "seedrandom": "^3.0.5",
        "shelljs": "^0.8.5",
        "socket.io": "^4.7.5",
        "terminate": "^2.6.1",
        "vlq": "^2.0.4",
        "wait-on": "^7.2.0",
        "ws": "^8.13.0",
        "yargs": "^17.0.1"
    },
    "devDependencies": {
        "typescript": "^5.4.5"
    }
}
