This commit is contained in:
M1n-0
2026-06-02 16:53:19 +02:00
parent cc7e9da4d2
commit 5ff1a54a31
796 changed files with 64555 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "tp_wik_dps_02",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
}
}