{
    "name": "@date-vir/duration",
    "version": "8.6.2",
    "description": "Durations units an utils for date-vir.",
    "keywords": [
        "duration",
        "date",
        "util",
        "time"
    ],
    "homepage": "https://github.com/electrovir/date-vir",
    "bugs": {
        "url": "https://github.com/electrovir/date-vir/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/electrovir/date-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",
    "scripts": {
        "compile": "virmator compile",
        "docs": "virmator docs",
        "test": "NODE_OPTIONS=\"--import tsx\" virmator test web",
        "test:coverage": "npm run test coverage",
        "test:docs": "virmator docs check"
    },
    "dependencies": {
        "@augment-vir/assert": "^32.0.0",
        "@types/luxon": "^3.7.2",
        "luxon": "^3.7.2",
        "type-fest": "^5.7.0"
    },
    "devDependencies": {
        "@augment-vir/test": "^32.0.0",
        "@web/dev-server-esbuild": "^1.0.5",
        "@web/test-runner": "^0.20.2",
        "@web/test-runner-commands": "^0.9.0",
        "@web/test-runner-playwright": "^0.11.1",
        "@web/test-runner-visual-regression": "^0.10.0",
        "istanbul-smart-text-reporter": "^1.1.5",
        "markdown-code-example-inserter": "^3.0.6",
        "typedoc": "^0.28.19",
        "typescript": "^6.0.3"
    },
    "engines": {
        "node": ">=22"
    },
    "publishConfig": {
        "access": "public"
    }
}
