32 lines
951 B
JSON
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"
|
|
}
|
|
}
|