Files
xadm 786cbc724f
CI / Server (push) Has been cancelled
Linters / Frappe Linter (push) Has been cancelled
Linters / Vulnerable Dependency Check (push) Has been cancelled
UI Tests / Playwright E2E Tests (push) Has been cancelled
Initialize fork and rebrand app to event_manager
2026-05-11 09:56:57 +02:00

32 lines
951 B
JSON

{
"name": "event_manager-frappe-app",
"version": "1.0.0",
"description": "Event Management App built on Frappe",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd dashboard && yarn install",
"dev": "cd dashboard && yarn dev",
"build": "cd dashboard && yarn build",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:e2e:debug": "playwright test --debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BuildWithHussain/event_manager.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BuildWithHussain/event_manager/issues"
},
"homepage": "https://github.com/BuildWithHussain/event_manager#readme",
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/node": "^25.0.8"
}
}