test: ensure file formats

This commit is contained in:
Nicolas Meienberger 2025-04-25 07:08:58 +02:00
parent 65a5a418e8
commit f5d39e61d8
6 changed files with 105 additions and 8 deletions

View file

@ -5,13 +5,18 @@
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "bun test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@runtipi/common": "^0.8.0",
"@types/bun": "^1.2.10",
"@types/node": "^22.14.1"
},
"dependencies": {
"@runtipi/common": "^0.8.0",
"bun": "^1.2.10",
"zod-validation-error": "^3.4.0"
}
}