{ "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", "workspaces": [ "packages/*" ], "scripts": { "build": "run-s build:distfiles build:types", "build:distfiles": "lerna run --parallel --prefix --concurrency=8 build", "build:types": "tsc -b", "clean": "run-s clean:artifacts clean:packages clean:monorepo", "clean:artifacts": "run-s clean:distfiles clean:types && npx rimraf \"packages/*/build\"", "clean:distfiles": "npx rimraf \"packages/*/build/**/*.js\"", "clean:monorepo": "npx rimraf node_modules", "clean:packages": "lerna clean -y && npx rimraf \"packages/*/package-lock.json\"", "clean:types": "tsc -b --clean", "dev": "run-p dev:*", "dev:distfiles": "lerna run --parallel --prefix --concurrency=8 dev", "dev:types": "tsc -b --watch", "doctor": "node ./packages/doctor", "generate-docs": "lerna run --scope=appium generate-docs", "prepare": "npm run build:types || true", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "precommit-lint": "lint-staged", "precommit-msg": "echo 'Pre-commit checks...'", "prepublishOnly": "run-s clean:artifacts build", "reinstall": "run-p clean:artifacts clean:packages && npm ci", "start": "appium", "sync-pkgs": "run-p sync-pkgs:*", "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,bugs,homepage,engines", "sync-pkgs:keywords": "sync-monorepo-packages --field=keywords --packages=\"packages/*\" --packages=\"!packages/eslint-config-appium\" --packages=\"!packages/types\"", "sync-pkgs:license": "sync-monorepo-packages --force --no-package-json LICENSE", "test": "run-s build test:unit lint", "test:ci": "run-s test:smoke test:unit test:ci:e2e", "test:ci:e2e": "lerna run test:e2e", "test:e2e": "lerna run --parallel --max-buffer=128 test:e2e", "test:smoke": "smoker --all test:smoke", "test:unit": "lerna run test", "uninstall-fake-driver": "npm start -- driver uninstall fake", "upload": "gulp github-upload", "preversion": "run-s clean:artifacts build sync-pkgs && git add -A packages/appium/README.md packages/*/package.json", "zip": "zip -qr ./appium.zip ./packages/appium", "zip-and-upload": "run-s zip upload" }, "pre-commit": [ "precommit-msg", "precommit-lint" ], "lint-staged": { "*.js": [ "eslint --fix", "prettier --write" ], "*.ts*": [ "prettier --write" ] }, "prettier": { "bracketSpacing": false, "printWidth": 100, "singleQuote": true }, "dependencies": {}, "devDependencies": { "@appium/fake-plugin": "1.3.1", "@babel/cli": "7.19.3", "@babel/core": "7.19.3", "@babel/preset-env": "7.19.4", "@babel/register": "7.18.9", "@colors/colors": "1.5.0", "@types/chai": "4.3.3", "@types/chai-as-promised": "7.1.5", "@types/mocha": "10.0.0", "@types/node": "16.11.68", "@types/semver": "7.3.12", "@types/sinon": "10.0.13", "@types/sinon-chai": "3.2.8", "@types/teen_process": "1.16.1", "@types/ws": "8.5.3", "asyncbox": "2.9.2", "babel-plugin-istanbul": "6.1.1", "babel-plugin-source-map-support": "2.2.0", "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-webdriverio-async": "2.7.0", "eslint": "8.25.0", "eslint-config-prettier": "8.5.0", "eslint-find-rules": "4.1.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-mocha": "10.1.0", "eslint-plugin-promise": "6.1.0", "fancy-log": "2.0.0", "finalhandler": "1.2.0", "get-port": "5.1.1", "gulp": "4.0.2", "handlebars": "4.7.7", "json-schema-to-typescript": "10.1.5", "lerna": "4.0.0", "lint-staged": "13.0.3", "log-symbols": "4.1.0", "midnight-smoker": "1.2.0", "mjpeg-consumer": "2.0.0", "mjpeg-server": "0.3.1", "mocha": "10.1.0", "npm-run-all": "4.1.5", "pre-commit": "1.2.2", "prettier": "2.7.1", "rewiremock": "3.14.3", "rimraf": "3.0.2", "serve-static": "1.15.0", "sinon": "14.0.1", "sinon-chai": "3.7.0", "sync-monorepo-packages": "0.3.5", "through2": "4.0.2", "typescript": "4.7.4", "validate.js": "0.13.1", "webdriverio": "7.25.2", "ws": "8.9.0", "yaml-js": "0.3.1" }, "engines": { "node": ">=14", "npm": ">=8" }, "publishConfig": { "access": "public" }, "overrides": { "jpeg-js": "0.4.4" } }