vbv/package.json

15 lines
430 B
JSON

{
"name": "vbv_lernwelt_cypress",
"version": "1.0.0",
"scripts": {
"build": "npm install --prefix client && npm run build --prefix client && npm run build:tailwind --prefix client",
"test": "echo \"Error: no test specified\" && exit 1",
"cypress:open": "cypress open",
"cypress:ci": "cypress run",
"prettier": "npm run prettier --prefix client"
},
"devDependencies": {
"cypress": "^10.6.0"
}
}