{
    "name": "@gez/date-time-kit",
    "template": "library",
    "scripts": {
        "lint:css": "pnpm run lint:js",
        "lint:type": "tsc --noEmit",
        "test": "vitest run --pass-with-no-tests",
        "coverage": "vitest run --coverage --pass-with-no-tests",
        "lint:js": "biome check --write --no-errors-on-unmatched",
        "build": "unbuild"
    },
    "dependencies": {
        "@floating-ui/dom": "^1.7.4"
    },
    "devDependencies": {
        "@biomejs/biome": "1.9.4",
        "@types/node": "^24.0.0",
        "@vitest/coverage-v8": "3.2.4",
        "typescript": "5.9.2",
        "unbuild": "3.6.0",
        "vitest": "3.2.4"
    },
    "version": "2.0.1-alpha.0",
    "type": "module",
    "private": false,
    "exports": {
        ".": {
            "import": "./dist/index.mjs",
            "types": "./dist/index.d.ts"
        }
    },
    "module": "dist/index.mjs",
    "types": "./dist/index.d.ts",
    "files": [
        "lib",
        "src",
        "dist",
        "*.mjs",
        "template",
        "public"
    ],
    "gitHead": "998595ccbf9666f028f73829c07e8b7fa593f19b"
}
