{ "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": "tsc -b", "build:all": "run-s build build:packages", "build:packages": "lerna run build", "clean": "run-s \"clean:artifacts:*\" clean:workspaces", "clean:artifacts": "run-p \"clean:artifacts:*\"", "clean:artifacts:distfiles": "npx rimraf \"./packages/*/build\" \"./packages/*/.tsconfig.tsbuildinfo\"", "clean:artifacts:packages": "lerna run clean || true", "clean:workspaces": "lerna clean -y", "ci": "npm ci", "dev": "run-s \"build -- --watch\"", "doctor": "node ./packages/doctor", "husky-install": "husky install", "generate-docs": "npm run --workspace=packages/appium generate-docs", "prepare": "run-p husky-install build:all || true", "lint": "eslint .", "lint:fix": "run-s \"lint -- --fix\"", "lint:commit": "commitlint", "lint:staged": "lint-staged", "pack-all": "npm pack --workspaces --include-workspace-root", "prepublishOnly": "run-s rebuild", "reinstall": "run-s clean ci", "rebuild": "run-s clean:artifacts build:all", "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\" --packages=\"!packages/typedoc-plugin-appium\"", "sync-pkgs:license": "sync-monorepo-packages --force --no-package-json LICENSE", "stage-synced-pkgs": "git add -A packages/appium/README.md \"packages/*/package.json\"", "test": "npm-run-all -p lint build -s test:unit", "test:ci": "run-s test:smoke test:unit test:e2e", "test:e2e": "lerna run --concurrency=2 test:e2e", "test:smoke": "smoker --all test:smoke", "test:unit": "lerna run test", "typedoc": "typedoc --logLevel Verbose", "upload": "gulp github-upload", "preversion": "run-s rebuild sync-pkgs stage-synced-pkgs", "zip": "zip -qr ./appium.zip ./packages/appium", "zip-and-upload": "run-s zip upload" }, "prettier": { "bracketSpacing": false, "printWidth": 100, "singleQuote": true }, "devDependencies": { "@colors/colors": "1.5.0", "@commitlint/cli": "17.4.3", "@commitlint/config-conventional": "17.4.3", "@tsconfig/node14": "1.0.3", "@types/chai": "4.3.4", "@types/chai-as-promised": "7.1.5", "@types/diff": "5.0.2", "@types/mocha": "10.0.1", "@types/node": "18.13.0", "@types/semver": "7.3.13", "@types/sinon": "10.0.13", "@types/sinon-chai": "3.2.9", "@types/teen_process": "2.0.0", "@types/ws": "8.5.4", "@types/yargs": "17.0.22", "asyncbox": "2.9.4", "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-webdriverio-async": "2.7.0", "cpy-cli": "4.2.0", "eslint": "8.34.0", "eslint-config-prettier": "8.6.0", "eslint-find-rules": "4.1.0", "eslint-plugin-import": "2.27.5", "eslint-plugin-mocha": "10.1.0", "eslint-plugin-promise": "6.1.1", "fancy-log": "2.0.0", "finalhandler": "1.2.0", "get-port": "5.1.1", "handlebars": "4.7.7", "husky": "8.0.3", "json-schema-to-typescript": "11.0.3", "lerna": "6.5.1", "lint-staged": "13.1.2", "log-symbols": "4.1.0", "midnight-smoker": "2.0.1", "mjpeg-consumer": "2.0.0", "mjpeg-server": "0.3.1", "mocha": "10.2.0", "npm-run-all": "4.1.5", "prettier": "2.8.4", "rewiremock": "3.14.4", "rimraf": "3.0.2", "serve-static": "1.15.0", "sinon": "15.0.1", "sinon-chai": "3.7.0", "sync-monorepo-packages": "1.0.2", "through2": "4.0.2", "ts-node": "10.9.1", "typedoc": "0.23.25", "typedoc-plugin-markdown": "3.14.0", "typedoc-plugin-resolve-crossmodule-references": "0.3.3", "typescript": "4.9.5", "validate.js": "0.13.1", "webdriverio": "7.30.1", "ws": "8.12.1", "yaml-js": "0.3.1" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", "npm": ">=8" }, "publishConfig": { "access": "public" }, "overrides": { "jpeg-js": "0.4.4", "@sidvind/better-ajv-errors": { "ajv": "8.12.0" }, "ajv-formats": { "ajv": "8.12.0" }, "http-cache-semantics": "4.1.1" } }