feat: basic tempate

This commit is contained in:
2026-04-14 18:39:30 -06:00
commit c1d8e228cf
13 changed files with 445 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "${REPO_NAME}",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@types/bun": "latest",
"husky": "^9.1.7",
"lint-staged": "^16.4.0"
},
"peerDependencies": {
"typescript": "^5"
},
"scripts": {
"prepare": "husky"
}
}