mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
Bumps [multer](https://github.com/expressjs/multer) from 1.4.5-lts.2 to 2.0.0. - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](https://github.com/expressjs/multer/compare/v1.4.5-lts.2...v2.0.0) --- updated-dependencies: - dependency-name: multer dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "libreevent",
|
|
"version": "1.1.11",
|
|
"description": "Free & Open source event management solution",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"dependencies": {
|
|
"@pdfme/generator": "^5.3.15",
|
|
"axios": "^1.8.4",
|
|
"bcrypt": "^5.1.1",
|
|
"body-parser": "^1.20.3",
|
|
"crypto-js": "^4.2.0",
|
|
"express": "^4.21.2",
|
|
"express-session": "^1.18.1",
|
|
"html-to-text": "^9.0.5",
|
|
"multer": "^2.0.0",
|
|
"mysql": "^2.18.1",
|
|
"nodemailer": "^6.10.1",
|
|
"pdf-lib": "^1.17.1",
|
|
"png-to-ico": "^2.1.8",
|
|
"qs": "^6.14.0",
|
|
"stripe": "^12.18.0",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/simplePCBuilding/libreevent.git"
|
|
},
|
|
"keywords": [
|
|
"event",
|
|
"management",
|
|
"solution"
|
|
],
|
|
"author": "Janis Hutz",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/simplePCBuilding/libreevent/issues"
|
|
},
|
|
"homepage": "https://libreevent.janishutz.com"
|
|
}
|