This commit is contained in:
Tei Yuan Wei
2024-09-20 19:00:02 +08:00
parent 322ef962d8
commit 6c3d916a4d
11 changed files with 2449 additions and 1 deletions

22
server/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "drawdb-wrapper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.21.0"
},
"devDependencies": {
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}