{
    "name": "virmator",
    "version": "13.15.5",
    "description": "Handle common package configs, commands, and dependencies.",
    "keywords": [
        "automation",
        "config",
        "configs",
        "formatting",
        "publish",
        "spellcheck",
        "template",
        "vir"
    ],
    "homepage": "https://github.com/electrovir/virmator",
    "bugs": {
        "url": "https://github.com/electrovir/virmator/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/electrovir/virmator.git"
    },
    "license": "(MIT or CC0 1.0)",
    "author": {
        "name": "electrovir",
        "url": "https://github.com/electrovir"
    },
    "sideEffects": false,
    "type": "module",
    "main": "dist/index.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "bin": "bin.js",
    "scripts": {
        "compile": "virmator compile",
        "test": "virmator test node",
        "test:coverage": "npm test coverage",
        "test:update": "npm test update"
    },
    "dependencies": {
        "@augment-vir/common": "^31.23.3",
        "@augment-vir/node": "^31.23.3",
        "@virmator/compile": "^13.15.5",
        "@virmator/core": "^13.15.5",
        "@virmator/deps": "^13.15.5",
        "@virmator/docs": "^13.15.5",
        "@virmator/format": "^13.15.5",
        "@virmator/frontend": "^13.15.5",
        "@virmator/help": "^13.15.5",
        "@virmator/init": "^13.15.5",
        "@virmator/lint": "^13.15.5",
        "@virmator/publish": "^13.15.5",
        "@virmator/spellcheck": "^13.15.5",
        "@virmator/test": "^13.15.5",
        "tsx": "4.19.4"
    },
    "devDependencies": {
        "@augment-vir/assert": "^31.23.3",
        "@augment-vir/test": "^31.23.3",
        "@types/node": "^22.15.30",
        "c8": "^10.1.3",
        "istanbul-smart-text-reporter": "^1.1.5"
    },
    "engines": {
        "node": ">=22"
    }
}
