2025-11-18 23:36:22 +01:00
|
|
|
{
|
|
|
|
|
"name": "timeline-svg-generator",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Browser-based system for generating multi-lane timelines as SVG graphics",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "vitest",
|
|
|
|
|
"test:watch": "vitest --watch",
|
|
|
|
|
"test:coverage": "vitest --coverage",
|
|
|
|
|
"test:ui": "vitest --ui"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-27 08:59:23 +01:00
|
|
|
"@vitest/coverage-v8": "^4.0.14",
|
|
|
|
|
"@vitest/ui": "^4.0.14",
|
2025-11-18 23:36:22 +01:00
|
|
|
"jsdom": "^25.0.0",
|
2025-11-27 08:59:23 +01:00
|
|
|
"vitest": "^4.0.14"
|
2025-11-18 23:36:22 +01:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"timeline",
|
|
|
|
|
"svg",
|
|
|
|
|
"visualization",
|
|
|
|
|
"project-management",
|
|
|
|
|
"gantt"
|
|
|
|
|
],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT"
|
2025-11-27 08:59:23 +01:00
|
|
|
}
|