{
    "name": "mono-vir",
    "version": "2.5.0",
    "description": "Super simple npm based mono-repo tooling.",
    "keywords": [
        "monorepo",
        "mono",
        "repo",
        "mono-repo",
        "build",
        "npm",
        "tooling",
        "for each"
    ],
    "homepage": "https://github.com/electrovir/mono-vir",
    "bugs": {
        "url": "https://github.com/electrovir/mono-vir/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/electrovir/mono-vir.git"
    },
    "license": "(MIT or CC0 1.0)",
    "author": {
        "name": "electrovir",
        "url": "https://github.com/electrovir"
    },
    "type": "module",
    "main": "dist/index.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "bin": "bin.js",
    "scripts": {
        "compile": "virmator compile",
        "docs": "virmator docs",
        "format": "virmator format",
        "lint": "virmator lint fix",
        "publish": "virmator publish npm run test:all",
        "test": "cd test-files/augment-vir && npm i && cd ../nested-workspaces && npm i && cd ../../ && npm run compile && test-as-package virmator test node",
        "test:all": "npm run compile && runstorm --names tests,spelling,format,docs,deps,lint \"npm run test\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\" \"npm run test:lint\"",
        "test:deps": "virmator deps check",
        "test:docs": "virmator docs check",
        "test:format": "virmator format check",
        "test:lint": "virmator lint",
        "test:spelling": "virmator spellcheck",
        "test:update": "npm run test update"
    },
    "dependencies": {
        "@augment-vir/assert": "^31.62.0",
        "@augment-vir/common": "^31.62.0",
        "@augment-vir/node": "^31.62.0",
        "@viz-js/viz": "^3.24.0",
        "cli-vir": "^1.0.3",
        "runstorm": "^1.0.0",
        "tsx": "^4.21.0"
    },
    "devDependencies": {
        "@augment-vir/test": "^31.62.0",
        "@eslint/eslintrc": "^3.3.3",
        "@eslint/js": "9.39.2",
        "@stylistic/eslint-plugin": "^5.7.1",
        "@stylistic/eslint-plugin-ts": "^4.4.1",
        "@types/node": "^25.0.3",
        "@typescript-eslint/eslint-plugin": "^8.56.0",
        "cspell": "^9.6.4",
        "dependency-cruiser": "^17.3.8",
        "esbuild": "^0.27.3",
        "eslint": "9.39.2",
        "eslint-config-prettier": "^10.1.8",
        "eslint-plugin-jsdoc": "^62.5.0",
        "eslint-plugin-monorepo-cop": "^1.0.2",
        "eslint-plugin-playwright": "^2.5.1",
        "eslint-plugin-prettier": "^5.5.5",
        "eslint-plugin-require-extensions": "^0.1.3",
        "eslint-plugin-sonarjs": "^4.0.0",
        "eslint-plugin-unicorn": "^63.0.0",
        "markdown-code-example-inserter": "^3.0.3",
        "npm-check-updates": "^19.3.2",
        "prettier": "~3.3.3",
        "prettier-plugin-interpolated-html-tags": "^2.0.1",
        "prettier-plugin-jsdoc": "^1.8.0",
        "prettier-plugin-multiline-arrays": "^4.1.4",
        "prettier-plugin-organize-imports": "^4.3.0",
        "prettier-plugin-packagejson": "^3.0.0",
        "prettier-plugin-sort-json": "^4.2.0",
        "prettier-plugin-toml": "^2.0.6",
        "test-as-package": "^2.0.4",
        "type-fest": "^5.4.4",
        "typedoc": "^0.28.17",
        "typescript": "^5.9.3",
        "typescript-eslint": "^8.56.0",
        "virmator": "^14.5.2"
    },
    "engines": {
        "node": ">=22"
    }
}
