{
    "name": "undraw-svg",
    "version": "1.0.0",
    "description": "Compilation of the available Undraw illustrations",
    "type": "module",
    "types": "types.d.ts",
    "exports": {
        ".": "./illustrations.json",
        "./*": "./svgs/*"
    },
    "scripts": {
        "compile": "./bin/compile.js"
    },
    "keywords": [
        "illustrations",
        "svg",
        "svgs",
        "undraw",
        "undraw.co",
        "art",
        "graphics",
        "vector"
    ],
    "contributors": [
        {
            "name": "Craig Riley",
            "email": "npm@evomark.co.uk",
            "url": "https://evomark.co.uk"
        },
        {
            "name": "Katerina Limpitsouni",
            "url": "https://undraw.co"
        }
    ],
    "license": "MIT",
    "packageManager": "pnpm@10.13.1",
    "devDependencies": {
        "cli-progress": "^3.12.0"
    }
}
