{
    "name": "unicole-random-color",
    "version": "1.0.1",
    "description": "Printing a string with random color",
    "main": "app.js",
    "scripts": {
        "start": "node app.js"
    },
    "keywords": [
        "color",
        "colors",
        "print",
        "console",
        "console.log",
        "random-color",
        "random-colors",
        "random color",
        "random colors"
    ],
    "author": "",
    "license": "ISC",
    "dependencies": {
        "colors": "^1.4.0"
    }
}
