Files
show-hn-intelligrade/package.json
T

17 lines
367 B
JSON

{
"name": "intelligrade-lite",
"version": "1.0.0",
"description": "Client-side digital exam creation and grading tool",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "node tests/grade.test.js"
},
"devDependencies": {
"typescript": "~5.7.2",
"vite": "^6.0.0"
}
}