{
    "name": "rw-lazy-installer",
    "version": "1.6.0",
    "main": "dist/index.js",
    "license": "MIT",
    "type": "module",
    "scripts": {
        "dev": "tsx src/index.ts",
        "build": "tsc",
        "watch": "tsc --watch",
        "clean": "rm -rf dist",
        "typecheck": "tsc --noEmit",
        "test": "vitest",
        "test:ui": "vitest --ui",
        "test:coverage": "vitest --coverage",
        "test:watch": "vitest --watch"
    },
    "dependencies": {
        "chalk": "^4.1.2",
        "commander": "^8.2.0",
        "conf": "^10.0.3",
        "fast-xml-parser": "^4.5.0",
        "simple-git": "^3.24.0"
    },
    "devDependencies": {
        "@types/node": "^22.10.2",
        "@vitest/coverage-v8": "^3.2.4",
        "@vitest/ui": "^3.2.4",
        "c8": "^10.1.3",
        "tsx": "^4.19.2",
        "typescript": "^5.7.2",
        "vitest": "^3.2.4"
    },
    "bin": {
        "rw-lazy-installer": "dist/index.js",
        "rw-update-masterlist": "update-masterlist.js"
    }
}
