add api template, no ejs

This commit is contained in:
creations 2025-03-26 10:40:05 -04:00
parent 99148fc512
commit 5a5515f2f4
Signed by: creations
GPG key ID: 8F553AA4320FC711
5 changed files with 12 additions and 48 deletions

View file

@ -12,7 +12,6 @@
"devDependencies": {
"@eslint/js": "^9.23.0",
"@types/bun": "^1.2.6",
"@types/ejs": "^3.1.5",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"eslint": "^9.23.0",
@ -26,8 +25,5 @@
},
"peerDependencies": {
"typescript": "^5.8.2"
},
"dependencies": {
"ejs": "^3.1.10"
}
}