mirror of
https://github.com/appium/appium.git
synced 2026-01-07 02:40:01 -06:00
177 lines
6.0 KiB
JSON
177 lines
6.0 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",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "run-s build:*",
|
|
"build:compile": "tsc -b",
|
|
"build:workspaces": "lerna run build",
|
|
"ci": "npm ci",
|
|
"clean": "run-s clean:distfiles clean:workspaces",
|
|
"clean:dangerously": "run-s clean:workspaces clean:force",
|
|
"clean:deps": "lerna clean --yes",
|
|
"clean:distfiles": "npx rimraf --glob \"./packages/*/build\" \"./packages/*/**/.tsconfig.tsbuildinfo\"; npx nx reset",
|
|
"clean:interactive": "git clean -d -x -i",
|
|
"clean:force": "git clean -d -x -f",
|
|
"clean:workspaces": "lerna run clean || true",
|
|
"crowdin-sync-docs-translations": "node ./scripts/crowdin-sync-docs-translations.mjs",
|
|
"crowdin-update-docs": "node ./scripts/crowdin-update-docs-resources.mjs",
|
|
"dev": "run-s build:compile \"build:workspaces\" \"build:compile -- --watch\"",
|
|
"dev:docs": "npm run -w packages/appium dev:docs",
|
|
"docs": "npm run -w packages/appium build:docs",
|
|
"docs:preview": "npm run -w packages/appium build:docs:preview",
|
|
"docs:publish": "npm run -w packages/appium publish:docs",
|
|
"doctor": "node ./scripts/doctor-stub.mjs",
|
|
"install-docs-deps": "npm run -w packages/appium install-docs-deps",
|
|
"lint": "eslint .",
|
|
"lint:ci": "eslint --quiet .",
|
|
"lint:fix": "run-s \"lint -- --fix\"",
|
|
"prepare": "run-p rebuild",
|
|
"prepublishOnly": "run-s rebuild",
|
|
"preversion": "run-s rebuild",
|
|
"version": "run-s sync-pkgs stage-synced-pkgs",
|
|
"rebuild": "run-s clean build",
|
|
"reinstall": "run-s clean clean:deps ci",
|
|
"reinstall:angry": "npm run clean:dangerously && npm ci",
|
|
"release": "lerna publish",
|
|
"stage-synced-pkgs": "git add -A packages/appium/README.md \"packages/*/package.json\"",
|
|
"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:default": "sync-monorepo-packages --packages=\"!packages/logger\" --fields=author,license,bugs,homepage",
|
|
"sync-pkgs:common-fields:logger": "sync-monorepo-packages --packages=\"packages/logger\" --fields=author,bugs,homepage",
|
|
"sync-pkgs:keywords": "sync-monorepo-packages --field=keywords --packages=\"packages/*\" --packages=\"!packages/types\" --packages=\"!packages/eslint-config-appium-ts\" ",
|
|
"sync-pkgs:license": "sync-monorepo-packages --force --no-package-json --packages=\"!packages/logger\" LICENSE",
|
|
"test": "run-s test:quick",
|
|
"test:ci": "run-s test:smoke test:unit test:types test:e2e",
|
|
"test:e2e": "lerna run test:e2e",
|
|
"test:quick": "run-s lint test:unit test:types",
|
|
"test:slow": "run-s test:quick test:smoke test:e2e",
|
|
"test:smoke": "smoker --all test:smoke",
|
|
"test:types": "lerna run test:types",
|
|
"test:unit": "lerna run test",
|
|
"upload": "gulp github-upload",
|
|
"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.6.0",
|
|
"@eslint/js": "9.34.0",
|
|
"@tsconfig/node20": "20.1.6",
|
|
"@types/argparse": "2.0.17",
|
|
"@types/archiver": "6.0.3",
|
|
"@types/async-lock": "1.4.2",
|
|
"@types/base64-stream": "1.0.5",
|
|
"@types/bluebird": "3.5.42",
|
|
"@types/chai": "5.2.2",
|
|
"@types/chai-as-promised": "8.0.2",
|
|
"@types/express": "5.0.3",
|
|
"@types/jsftp": "2.1.5",
|
|
"@types/json-schema": "7.0.15",
|
|
"@types/klaw": "3.0.7",
|
|
"@types/lockfile": "1.0.4",
|
|
"@types/lodash": "4.17.20",
|
|
"@types/method-override": "3.0.0",
|
|
"@types/mocha": "10.0.10",
|
|
"@types/mv": "2.1.4",
|
|
"@types/ncp": "2.0.8",
|
|
"@types/node": "22.18.1",
|
|
"@types/pluralize": "0.0.33",
|
|
"@types/semver": "7.7.1",
|
|
"@types/serve-favicon": "2.5.7",
|
|
"@types/shell-quote": "1.7.5",
|
|
"@types/sinon": "17.0.4",
|
|
"@types/sinon-chai": "4.0.0",
|
|
"@types/source-map-support": "0.5.10",
|
|
"@types/supports-color": "8.1.3",
|
|
"@types/teen_process": "2.0.4",
|
|
"@types/uuid": "10.0.0",
|
|
"@types/which": "3.0.4",
|
|
"@types/wrap-ansi": "3.0.0",
|
|
"@types/ws": "8.18.1",
|
|
"@types/xmldom": "0.1.34",
|
|
"@types/yargs": "17.0.33",
|
|
"asyncbox": "3.0.0",
|
|
"chai": "6.0.1",
|
|
"chai-as-promised": "8.0.2",
|
|
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
"cpy-cli": "6.0.0",
|
|
"cross-env": "10.0.0",
|
|
"eslint": "9.34.0",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-mocha": "10.5.0",
|
|
"eslint-plugin-promise": "7.2.1",
|
|
"finalhandler": "2.1.0",
|
|
"get-port": "5.1.1",
|
|
"json-schema-to-typescript": "15.0.4",
|
|
"lerna": "8.2.3",
|
|
"log-symbols": "4.1.0",
|
|
"midnight-smoker": "8.0.0",
|
|
"mjpeg-consumer": "2.0.0",
|
|
"mjpeg-server": "0.3.1",
|
|
"mocha": "11.7.2",
|
|
"npm-run-all2": "8.0.4",
|
|
"prettier": "3.6.2",
|
|
"rewiremock": "3.14.6",
|
|
"rimraf": "6.0.1",
|
|
"serve-static": "2.2.0",
|
|
"sinon": "21.0.0",
|
|
"sync-monorepo-packages": "1.0.2",
|
|
"teen_process": "3.0.1",
|
|
"ts-node": "10.9.2",
|
|
"tsd": "0.33.0",
|
|
"typescript": "5.9.2",
|
|
"typescript-eslint": "8.42.0",
|
|
"webdriverio": "9.19.2",
|
|
"ws": "8.18.3",
|
|
"yaml-js": "0.3.1"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
"npm": ">=10"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"overrides": {
|
|
"@sidvind/better-ajv-errors": {
|
|
"ajv": "8.17.1"
|
|
},
|
|
"ajv-formats": {
|
|
"ajv": "8.17.1"
|
|
},
|
|
"http-cache-semantics": "4.2.0"
|
|
}
|
|
}
|