
Signed-off-by: Zoey <zoey@z0ey.de> close #965 by merging https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4166/files and adding multi lang support Co-Authored-By: Remco Kersten <55450744+kerstenremco@users.noreply.github.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "npmplus",
|
|
"version": "0.0.0",
|
|
"description": "A beautiful interface for creating Nginx endpoints",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@apidevtools/json-schema-ref-parser": "11.7.2",
|
|
"apache-md5": "1.1.8",
|
|
"ajv": "8.17.1",
|
|
"archiver": "7.0.1",
|
|
"batchflow": "0.4.0",
|
|
"bcrypt": "5.1.1",
|
|
"better-sqlite3": "11.5.0",
|
|
"body-parser": "2.0.2",
|
|
"compression": "1.7.5",
|
|
"express": "4.21.1",
|
|
"express-fileupload": "1.5.1",
|
|
"gravatar": "1.8.2",
|
|
"jsonwebtoken": "9.0.2",
|
|
"knex": "3.1.0",
|
|
"liquidjs": "10.19.0",
|
|
"lodash": "4.17.21",
|
|
"moment": "2.30.1",
|
|
"mysql2": "3.11.4",
|
|
"node-rsa": "1.1.1",
|
|
"objection": "3.1.5",
|
|
"path": "0.12.7",
|
|
"signale": "1.4.0"
|
|
},
|
|
"author": "Jamie Curnow <jc@jc21.com> and ZoeyVid <zoeyvid@zvcdn.de>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@apidevtools/swagger-parser": "10.1.0",
|
|
"@eslint/js": "9.15.0",
|
|
"eslint": "9.15.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-prettier": "5.2.1",
|
|
"globals": "15.12.0",
|
|
"prettier": "3.3.3"
|
|
},
|
|
"scripts": {
|
|
"validate-schema": "node validate-schema.js"
|
|
}
|
|
}
|