mirror of
https://github.com/appium/appium.git
synced 2026-01-13 13:50:00 -06:00
Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.0.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v7.2.0...v8.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
24 lines
536 B
JSON
24 lines
536 B
JSON
{
|
|
"name": "javascript-wd",
|
|
"version": "1.0.0",
|
|
"description": "Appium sample code using 'wd'",
|
|
"scripts": {
|
|
"test": "mocha test/**/*.test.js",
|
|
"clean": "rm -rf node_modules && rm -f package-lock.json && npm install"
|
|
},
|
|
"author": "Dan Graham",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=6",
|
|
"npm": ">=6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/register": "^7.0.0",
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"chai": "^4.1.2",
|
|
"mocha": "^8.0.1",
|
|
"wd": "^1.5.0"
|
|
}
|
|
}
|