dd4eb781e1
Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.2 to 10.0.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v9.0.2...v10.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
31 lines
921 B
JSON
31 lines
921 B
JSON
{
|
|
"name": "openrefine-cypress-test-suite",
|
|
"version": "1.0.0",
|
|
"description": "Cypress tests for OpenRefine",
|
|
"license": "BSD-3-Clause",
|
|
"author": "OpenRefine",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "cypress run --browser electron --headless --quiet",
|
|
"fix-lint": "prettier --write . && eslint --fix .",
|
|
"lint": "prettier --check . && eslint ."
|
|
},
|
|
"dependencies": {
|
|
"cypress": "7.2.0",
|
|
"cypress-image-snapshot": "^4.0.1",
|
|
"cypress-file-upload": "^5.0.7",
|
|
"cypress-wait-until": "^1.7.1",
|
|
"dotenv": "^10.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"uniqid": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.27.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-config-prettier": "^8.2.0",
|
|
"eslint-plugin-cypress": "^2.11.3",
|
|
"jsdoc": "^3.6.6",
|
|
"prettier": "2.3.0"
|
|
}
|
|
}
|