Files
NPMplus/backend/package.json
renovate[bot] f1e95f7ba6 dep updates
Signed-off-by: Zoey <zoey@z0ey.de>
2026-03-02 18:42:15 +01:00

37 lines
926 B
JSON

{
"name": "NPMplus",
"version": "0.0.0",
"description": "A beautiful interface for creating Nginx endpoints",
"author": "Jamie Curnow <jc@jc21.com> and ZoeyVid <zoeyvid@zvcdn.de>",
"license": "AGPL-3.0 (and MIT)",
"main": "index.js",
"type": "module",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "15.3.1",
"ajv": "8.18.0",
"archiver": "7.0.1",
"bcryptjs": "3.0.3",
"better-sqlite3": "12.6.2",
"cookie-parser": "1.4.7",
"dayjs": "1.11.19",
"express": "5.2.1",
"express-fileupload": "1.5.2",
"express-rate-limit": "8.2.1",
"jsonwebtoken": "9.0.3",
"knex": "3.1.0",
"liquidjs": "10.24.0",
"lodash": "4.17.23",
"mysql2": "3.18.2",
"objection": "3.1.5",
"openid-client": "6.8.2",
"otplib": "13.3.0",
"pg": "8.19.0",
"signale": "1.4.0",
"swagger-ui-express": "5.0.1"
},
"devDependencies": {
"@apidevtools/swagger-parser": "12.1.0",
"@biomejs/biome": "2.4.5"
}
}