Files
web_tool/package.json
2025-10-29 21:52:16 +01:00

27 lines
475 B
JSON

{
"dependencies": {
"express": "^5.1.0"
},
"devDependencies": {
"typescript": "^5.9.3"
},
"name": "web_tool",
"version": "1.0.0",
"description": "",
"main": "backend.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://gitea.adrianru.de/adrian/web_tool.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}