28 lines
762 B
JSON
28 lines
762 B
JSON
{
|
|
"name": "smithy-pelican-router-webhook-api",
|
|
"version": "0.0.2",
|
|
"description": "api to manage opnsense rules for pelican servers",
|
|
"license": "ISC",
|
|
"author": "may p",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.bigsmithy.org/Smithy/smithy-pelican-router-webhook-api.git"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "NODE_ENV=development node index.js"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"colors": "^1.4.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.18.2",
|
|
"fs": "^0.0.1-security",
|
|
"helmet": "^7.0.0",
|
|
"ssh2": "^1.11.0"
|
|
}
|
|
}
|