27 lines
605 B
JSON
27 lines
605 B
JSON
|
|
{
|
||
|
|
"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": {
|
||
|
|
"@vitest/ui": "^2.1.0",
|
||
|
|
"@vitest/coverage-v8": "^2.1.0",
|
||
|
|
"jsdom": "^25.0.0",
|
||
|
|
"vitest": "^2.1.0"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"timeline",
|
||
|
|
"svg",
|
||
|
|
"visualization",
|
||
|
|
"project-management",
|
||
|
|
"gantt"
|
||
|
|
],
|
||
|
|
"author": "",
|
||
|
|
"license": "MIT"
|
||
|
|
}
|