initial project structure and framing
This commit is contained in:
19
Backend/package.json
Normal file
19
Backend/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "backend",
|
||||
"version": "1.0.0",
|
||||
"description": "backend to edpuzzletranslate",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.apexfight.net/apex/EdpuzzleTranslate.git"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"author": "Valerie Hamilton",
|
||||
"type": "commonjs",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^5.1.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user