{
    "name": "radarsu-example",
    "version": "1.0.0",
    "description": "",
    "main": "src/index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "nodemon"
    },
    "author": "Artur Kurowski",
    "license": "ISC",
    "dependencies": {
        "colors": "^1.3.2",
        "moment": "^2.22.2",
        "sequelize-typescript": "^0.6.6",
        "strip-ansi": "^5.0.0",
        "winston": "^3.1.0",
        "winston-daily-rotate-file": "^3.4.0",
        "ws": "^6.1.0",
        "yargs": "^12.0.2"
    },
    "devDependencies": {
        "@types/ws": "^6.0.1",
        "@types/yargs": "^12.0.1",
        "nodemon": "^1.18.5",
        "tsconfig-paths": "^3.6.0"
    }
}
