@date-vir/duration
Version:
Durations units an utils for date-vir.
60 lines (59 loc) • 1.72 kB
JSON
{
"name": "@date-vir/duration",
"version": "7.3.1",
"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": {
"@types/luxon": "^3.4.2",
"luxon": "^3.5.0",
"type-fest": "^4.37.0"
},
"devDependencies": {
"@augment-vir/assert": "^31.10.0",
"@augment-vir/test": "^31.10.0",
"@web/dev-server-esbuild": "^1.0.4",
"@web/test-runner": "^0.20.0",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-playwright": "^0.11.0",
"@web/test-runner-visual-regression": "^0.10.0",
"istanbul-smart-text-reporter": "^1.1.5",
"markdown-code-example-inserter": "^3.0.3",
"typedoc": "^0.27.9",
"typescript": "^5.8.2"
},
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}