first commit

This commit is contained in:
2025-11-08 17:23:34 +02:00
commit 24d0d5d8f5
2 changed files with 23 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
node_modules/
.env
package-lock.json

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "smithy-pelican-router-webhook-api",
"version": "0.0.1",
"description": "api to manage the router for pelican servers",
"license": "ISC",
"author": "may p",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "."
},
"dependencies": {
"body-parser": "^2.2.0",
"crypto": "^1.0.1",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"ssh2": "^1.17.0"
}
}