mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "libreevent",
|
|
"version": "1.1.12",
|
|
"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"
|
|
}
|