first commit

This commit is contained in:
Joris Bertomeu
2024-09-26 11:39:12 +02:00
commit 9aa7ba809d
3 changed files with 326 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "crawlflix-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bull": "^4.16.3",
"cors": "^2.8.5",
"express": "^4.21.0",
"fs": "^0.0.1-security",
"path": "^0.12.7"
}
}