Files
proxy/nodejs/package.json
T
2023-08-17 13:26:47 -04:00

29 lines
531 B
JSON
Executable File

{
"name": "proxy-api",
"version": "1.0.0",
"private": true,
"author": [
{
"name": "William Mantly",
"email": "wmantly@gmail.com"
}
],
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^5.1.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"extend": "^3.0.2",
"ldapts": "^2.12.0",
"linux-sys-user": "^1.1.8",
"redis": "^4.6.7"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.theta42.com/wmantly/proxy.git"
}
}