date-vir
Version:
Easy and explicit dates and times.
65 lines (64 loc) • 1.88 kB
JSON
{
"name": "date-vir",
"version": "8.2.0",
"description": "Easy and explicit dates and times.",
"keywords": [
"date",
"duration",
"time",
"util",
"vir"
],
"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": "^31.66.0",
"@augment-vir/common": "^31.66.0",
"@date-vir/duration": "^8.2.0",
"@types/luxon": "^3.7.1",
"luxon": "^3.7.2",
"object-shape-tester": "^6.11.0",
"type-fest": "^5.4.4"
},
"devDependencies": {
"@augment-vir/test": "^31.66.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",
"element-vir": "^26.14.3",
"istanbul-smart-text-reporter": "^1.1.5",
"markdown-code-example-inserter": "^3.0.3",
"typedoc": "^0.28.17",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}