{
    "name": "@virmator/compile",
    "version": "14.26.1",
    "description": "Default TS compile plugin for virmator.",
    "keywords": [
        "virmator",
        "typescript",
        "compile"
    ],
    "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/compile.js",
    "module": "dist/compile.js",
    "types": "dist/compile.d.ts",
    "scripts": {
        "compile": "virmator compile",
        "test": "virmator test node",
        "test:coverage": "npm test coverage",
        "test:update": "npm test update"
    },
    "dependencies": {
        "@augment-vir/assert": "^31.72.1",
        "@augment-vir/common": "^31.72.1",
        "@augment-vir/node": "^31.72.1",
        "@virmator/core": "^14.26.1",
        "runstorm": "^1.0.2"
    },
    "devDependencies": {
        "@augment-vir/test": "^31.72.1",
        "@types/node": "^25.9.2",
        "@virmator/plugin-testing": "^14.26.1",
        "c8": "^11.0.0",
        "istanbul-smart-text-reporter": "^1.1.5",
        "mono-vir": "^2.5.0",
        "tsx": "^4.22.4",
        "typescript": "^6.0.3"
    },
    "peerDependencies": {
        "typescript": "*"
    },
    "engines": {
        "node": ">=22"
    },
    "publishConfig": {
        "access": "public"
    }
}
