mirror of
https://github.com/sailor-sh/CK-X.git
synced 2026-02-14 17:39:51 +00:00
32 lines
738 B
JSON
32 lines
738 B
JSON
{
|
|
"name": "facilitator",
|
|
"version": "1.0.0",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"start": "node src/app.js",
|
|
"dev": "nodemon src/app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "A service that acts as an SSH jumphost and provides exam management API endpoints",
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"helmet": "^7.1.0",
|
|
"joi": "^17.11.0",
|
|
"morgan": "^1.10.0",
|
|
"redis": "^4.6.13",
|
|
"ssh2": "^1.15.0",
|
|
"uuid": "^11.1.0",
|
|
"winston": "^3.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.56.0",
|
|
"nodemon": "^3.0.2"
|
|
}
|
|
}
|