{
    "name": "mythical",
    "version": "1.1.0",
    "description": "A library of helper and utility functions to make your developer workflow easier",
    "main": "lib/index.js",
    "keywords": [
        "helpers",
        "utility"
    ],
    "author": "upsided",
    "license": "AGPL-3.0-or-later",
    "scripts": {
        "test": "echo \"No test implemented\""
    },
    "dependencies": {
        "@types/fs-extra": "^9.0.13",
        "@types/node": "^18.7.21",
        "@types/random-number-csprng": "^1.0.0",
        "chalk": "^5.0.1",
        "fs-extra": "^10.1.0",
        "random-number-csprng": "^1.0.2"
    },
    "type": "module",
    "devDependencies": {
        "@commitlint/cli": "^17.1.2",
        "@commitlint/config-conventional": "^17.1.0",
        "husky": "^8.0.1",
        "lint-staged": "^13.0.3",
        "prettier": "^2.7.1"
    }
}
