mirror of
https://github.com/appium/appium.git
synced 2026-02-22 03:08:47 -06:00
148 lines
4.6 KiB
JSON
148 lines
4.6 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": "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": "run-s \"build -- --clean\"",
|
|
"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",
|
|
"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\"",
|
|
"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.3.0",
|
|
"@commitlint/config-conventional": "17.3.0",
|
|
"@tsconfig/node14": "1.0.3",
|
|
"@types/chai": "4.3.4",
|
|
"@types/chai-as-promised": "7.1.5",
|
|
"@types/mocha": "10.0.1",
|
|
"@types/node": "18.11.18",
|
|
"@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",
|
|
"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.30.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.1",
|
|
"fancy-log": "2.0.0",
|
|
"finalhandler": "1.2.0",
|
|
"get-port": "5.1.1",
|
|
"handlebars": "4.7.7",
|
|
"husky": "8.0.2",
|
|
"json-schema-to-typescript": "11.0.2",
|
|
"lerna": "6.3.0",
|
|
"lint-staged": "13.1.0",
|
|
"log-symbols": "4.1.0",
|
|
"midnight-smoker": "2.0.0",
|
|
"mjpeg-consumer": "2.0.0",
|
|
"mjpeg-server": "0.3.1",
|
|
"mocha": "10.2.0",
|
|
"npm-run-all": "4.1.5",
|
|
"prettier": "2.8.1",
|
|
"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.23",
|
|
"typedoc-plugin-markdown": "3.14.0",
|
|
"typedoc-plugin-resolve-crossmodule-references": "0.3.3",
|
|
"typescript": "4.7.4",
|
|
"validate.js": "0.13.1",
|
|
"webdriverio": "7.29.1",
|
|
"ws": "8.11.0",
|
|
"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.11.2"
|
|
},
|
|
"ajv-formats": {
|
|
"ajv": "8.11.2"
|
|
}
|
|
}
|
|
}
|