This commit is contained in:
qwr
2023-11-10 11:29:41 +03:00
commit 6fdae3e57b
20 changed files with 2159 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "webapp",
"version": "1.0.0",
"dependencies": {
"body-parser": "^1.16.0",
"express": "^4.14.0",
"multer": "^1.4.5-lts.1"
},
"scripts": {
"test": "mocha *.test.js"
},
"devDependencies": {
"mocha": "^10.2.0"
}
}