This commit is contained in:
M1n-0
2026-06-01 16:14:44 +02:00
parent 3efa25c3c4
commit 51f5147eb1
4 changed files with 822 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "tp_wik_dps_01",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "^11.5.0",
"onFail": "download"
}
},
"type": "module",
"dependencies": {
"dotenv": "^16.1.4",
"express": "^5.2.1"
}
}