Files
therinaldos.com/wedding-pics/apps/support/package.json
T
david ef1ff240d4
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s
migrate therinaldos.com data
2024-05-05 15:50:45 -04:00

22 lines
588 B
JSON

{
"name": "support",
"description": "",
"scripts": {
"lint": "eslint --ext .js,.vue js cypress --max-warnings=0",
"lint:fix": "eslint --ext .js,.vue js cypress --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud-gmbh/support.git"
},
"author": "Jonas Meurer",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.2",
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/cypress": "^1.0.0-beta.6",
"cypress": "^13.4.0",
"eslint-plugin-cypress": "^2.15.1"
}
}