21 lines
437 B
JSON
21 lines
437 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|