Files
proxy/nodejs/package.json
T
2023-06-26 22:18:42 -04:00

29 lines
530 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.0.0",
"ejs": "^3.0.1",
"express": "^4.18.2",
"extend": "^3.0.2",
"ldapts": "^2.2.1",
"linux-sys-user": "^1.1.0",
"redis": "^4.6.5"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.theta42.com/wmantly/proxy.git"
}
}