Private
Public Access
1
0

Adding repo after 2 days of vibecoding

This commit is contained in:
gauvainboiche
2026-03-29 11:16:46 +02:00
commit 4eac0f4415
948 changed files with 99537 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "star-wars-wild-space",
"private": true,
"type": "module",
"scripts": {
"start": "node server/index.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^17.3.1",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"pg": "^8.13.1"
}
}