init: seeding the project repo

This commit is contained in:
2025-11-03 20:28:51 +01:00
parent 5d56e62051
commit 63a59377b8
9 changed files with 129 additions and 2 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "testdrive-ui",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "mocha --require test/setup.js \"src/**/*.test.js\""
},
"devDependencies": {
"chai": "^5.1.0",
"jsdom": "^24.0.0",
"lit": "^3.1.0",
"mocha": "^11.0.0",
"vite": "^6.0.0"
}
}