{
    "name": "@augment-vir/common",
    "version": "31.68.4",
    "description": "A collection of augments, helpers types, functions, and classes for any JavaScript environment.",
    "keywords": [
        "augment",
        "helper",
        "util",
        "node",
        "browser",
        "backend",
        "frontend",
        "vir",
        "augment-vir"
    ],
    "homepage": "https://github.com/electrovir/augment-vir",
    "bugs": {
        "url": "https://github.com/electrovir/augment-vir/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/electrovir/augment-vir.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",
    "scripts": {
        "compile": "virmator compile",
        "test": "runstorm --names node,web \"npm run test:node\" \"npm run test:web\"",
        "test:coverage": "virmator --no-deps test web coverage",
        "test:node": "virmator --no-deps test node",
        "test:update": "npm test",
        "test:web": "virmator --no-deps test web"
    },
    "dependencies": {
        "@augment-vir/assert": "^31.68.4",
        "@augment-vir/core": "^31.68.4",
        "@date-vir/duration": "^8.2.1",
        "ansi-styles": "^6.2.3",
        "deepcopy-esm": "^2.1.1",
        "json5": "^2.2.3",
        "type-fest": "^5.5.0",
        "typed-event-target": "^4.3.0"
    },
    "devDependencies": {
        "@web/dev-server-esbuild": "^1.0.5",
        "@web/test-runner": "^0.20.2",
        "@web/test-runner-playwright": "^0.11.1",
        "execute-in-browser": "^1.0.9",
        "istanbul-smart-text-reporter": "^1.1.5",
        "runstorm": "^1.0.0",
        "typescript": "^5.9.3"
    },
    "engines": {
        "node": ">=22"
    },
    "publishConfig": {
        "access": "public"
    }
}
