initial commit

This commit is contained in:
Alexander Zinn
2025-08-24 04:03:14 -04:00
commit cb3639e87d
10 changed files with 274 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "invoicing",
"version": "0.0.0",
"module": "dist/index.js",
"type": "module",
"private": true,
"scripts": {
"format": "prettier --write ./"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "24.3.0",
"prettier": "3.6.2",
"prisma": "6.14.0",
"tsx": "4.20.5",
"typescript": "5.9.2"
}
}