updated task

This commit is contained in:
ryanwong
2024-12-09 05:08:35 -05:00
parent 167e9fe6cd
commit 05811962b2
97 changed files with 11496 additions and 13 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "video-api",
"version": "1.0.0",
"description": "Video API with pagination",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"dependencies": {
"express": "^4.18.2",
"mysql2": "^3.6.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}