Files
EdpuzzleTranslate/Backend/package.json
2025-08-26 19:15:21 -04:00

20 lines
441 B
JSON

{
"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"
}
}