mirror of
https://github.com/appium/appium.git
synced 2026-01-12 21:29:59 -06:00
119 lines
4.5 KiB
JSON
119 lines
4.5 KiB
JSON
{
|
|
"name": "appium-monorepo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Automation for Apps.",
|
|
"keywords": [
|
|
"automation",
|
|
"javascript",
|
|
"selenium",
|
|
"webdriver",
|
|
"ios",
|
|
"android",
|
|
"firefoxos",
|
|
"testing"
|
|
],
|
|
"homepage": "https://appium.io",
|
|
"bugs": {
|
|
"url": "https://github.com/appium/appium/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/appium/appium.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "https://github.com/appium",
|
|
"scripts": {
|
|
"build": "lerna exec gulp transpile",
|
|
"clean": "lerna clean -y && npx rimraf node_modules package-lock.json \"packages/*/build\"",
|
|
"coverage": "lerna exec gulp coveralls",
|
|
"doctor": "node ./packages/doctor",
|
|
"e2e-test": "lerna exec gulp e2e-test",
|
|
"generate-docs": "lerna run --scope=appium generate-docs",
|
|
"postinstall": "lerna bootstrap && lerna exec gulp prepublish",
|
|
"install-fake-driver": "lerna run --scope=appium install-fake-driver",
|
|
"lint": "lerna exec --parallel gulp lint && lerna run --scope=@appium/eslint-config-appium lint",
|
|
"lint:fix": "lerna exec --parallel gulp lint -- --fix",
|
|
"precommit-lint": "lint-staged",
|
|
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
|
|
"reinstall": "npm run clean && npm install",
|
|
"start": "node ./packages/appium",
|
|
"sync-pkgs": "npm run sync-pkgs:appium-readme && npm run sync-pkgs:common-fields && npm run sync-pkgs:keywords",
|
|
"sync-pkgs:appium-readme": "sync-monorepo-packages --force --no-package-json --packages=packages/appium README.md",
|
|
"sync-pkgs:common-fields": "sync-monorepo-packages --fields=author,license,repository,bugs,homepage,engines",
|
|
"sync-pkgs:keywords": "sync-monorepo-packages --field=keywords --packages='packages/*' --packages='!packages/eslint-config-appium'",
|
|
"test": "lerna exec gulp once",
|
|
"test:appium": "lerna exec --scope=appium gulp once",
|
|
"test:base-driver": "lerna exec --scope=@appium/base-driver gulp once",
|
|
"test:doctor": "lerna exec --scope=@appium/doctor gulp once",
|
|
"test:e2e:appium": "lerna exec --scope=appium gulp e2e-test",
|
|
"test:e2e:base-driver": "lerna exec --scope=@appium/base-driver gulp e2e-test",
|
|
"test:e2e:fake-driver": "lerna exec --scope=@appium/fake-driver gulp e2e-test",
|
|
"test:e2e:gulp-plugins": "lerna exec --scope=@appium/gulp-plugins gulp e2e-test",
|
|
"test:e2e:support": "lerna exec --scope=@appium/support gulp e2e-test",
|
|
"test:fake-driver": "lerna exec --scope=@appium/fake-driver gulp once",
|
|
"test:gulp-plugins": "lerna exec --scope=@appium/gulp-plugins gulp once",
|
|
"test:support": "lerna exec --scope=@appium/support gulp once",
|
|
"test:test-support": "lerna exec --scope=@appium/test-support gulp once",
|
|
"preversion": "npm run sync-pkgs && git add -A packages/appium/README.md packages/*/package.json",
|
|
"watch": "lerna exec watch"
|
|
},
|
|
"pre-commit": [
|
|
"precommit-msg",
|
|
"precommit-lint"
|
|
],
|
|
"lint-staged": {
|
|
"*.js": "eslint --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@appium/eslint-config-appium": "file:./packages/eslint-config-appium",
|
|
"@appium/fake-plugin": "^1.2.0",
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/eslint-parser": "^7.15.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
|
|
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
|
|
"@babel/plugin-proposal-private-methods": "^7.14.5",
|
|
"@babel/plugin-syntax-bigint": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.15.0",
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@babel/register": "^7.15.3",
|
|
"@babel/runtime": "^7.15.3",
|
|
"appium-base-driver": "^7.9.0",
|
|
"asyncbox": "^2.8.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-istanbul": "^6.0.0",
|
|
"babel-plugin-source-map-support": "^2.1.3",
|
|
"chai": "4.x",
|
|
"chai-as-promised": "7.x",
|
|
"chai-webdriverio-async": "^2.6.0",
|
|
"colors": "^1.4.0",
|
|
"eslint-find-rules": "^3.6.1",
|
|
"fancy-log": "^1.3.3",
|
|
"finalhandler": "^1.1.2",
|
|
"get-port": "^5.1.1",
|
|
"gulp": "^4.0.2",
|
|
"handlebars": "^4.7.7",
|
|
"lerna": "^4.0.0",
|
|
"lint-staged": "^11.1.2",
|
|
"mjpeg-server": "^0.3.1",
|
|
"mocha": "9.0.1",
|
|
"pre-commit": "1.x",
|
|
"querystring": "^0.2.1",
|
|
"serve-static": "^1.14.1",
|
|
"sinon": "11.1.1",
|
|
"sync-monorepo-packages": "^0.3.4",
|
|
"validate.js": "^0.13.0",
|
|
"webdriverio": "^6.12.1",
|
|
"yaml-js": "^0.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12",
|
|
"npm": ">=6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|