{
"name": "doctrine-map",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"typecheck": "tsc --noEmit",
"lint": "eslint --max-warnings=0",
"test": "vitest run",
"build": "bun run typecheck && bun run lint && bun run test && vite build"
},
"dependencies": {
"d3": "^7.9.0",
"d3-dag": "^1.1.0",
"dompurify": "^3.2.0",
"markdown-it": "^14.1.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/d3": "^7.4.0",
"@types/markdown-it": "^14.1.0",
"@types/node": "^25.9.3",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"jsdom": "^29.1.1",
"typescript": "^5.7.0",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.0",
"vitest": "^3.0.0"
}
}