mirror of
https://github.com/appium/appium.git
synced 2026-05-19 18:09:14 -05:00
4b9bfb35aa
I think npm uses this to link to the correct path of the package in a monorepo.
164 lines
6.1 KiB
JSON
164 lines
6.1 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 run --parallel --prefix --concurrency=8 build",
|
|
"clean": "lerna clean -y && npx rimraf node_modules package-lock.json \"packages/*/build\" \"packages/*/package-lock.json\"",
|
|
"dev": "lerna run --parallel --prefix --concurrency=8 dev",
|
|
"doctor": "node ./packages/doctor",
|
|
"e2e-test": "lerna run --parallel --max-buffer=128 test:e2e",
|
|
"generate-docs": "lerna run --scope=appium generate-docs",
|
|
"generate-schema-declarations": "lerna run --scope=appium generate-schema-declarations",
|
|
"generate-schema-json": "lerna run --scope=appium generate-schema-json",
|
|
"postinstall": "npm run build",
|
|
"install-fake-driver": "npm start -- driver install --source=local ./packages/fake-driver",
|
|
"lint": "eslint .",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"precommit-lint": "lint-staged",
|
|
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
|
|
"reinstall": "npm run clean && npm install",
|
|
"start": "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,bugs,homepage,engines",
|
|
"sync-pkgs:keywords": "sync-monorepo-packages --field=keywords --packages=\"packages/*\" --packages=\"!packages/eslint-config-appium\"",
|
|
"pretest": "npm run build && npm run lint",
|
|
"test": "lerna run test",
|
|
"test:appium": "lerna run --scope=appium test",
|
|
"test:base-driver": "lerna run --scope=@appium/base-driver test",
|
|
"pretest:ci": "npm run build",
|
|
"test:ci": "lerna run test",
|
|
"test:doctor": "lerna run --scope=@appium/doctor test",
|
|
"test:e2e:appium": "lerna run --scope=appium test:e2e",
|
|
"test:e2e:base-driver": "lerna run --scope=@appium/base-driver test:e2e",
|
|
"test:e2e:fake-driver": "lerna run --scope=@appium/fake-driver test:e2e",
|
|
"test:e2e:gulp-plugins": "lerna run --scope=@appium/gulp-plugins test:e2e",
|
|
"test:e2e:opencv": "lerna run --scope=@appium/opencv test:e2e",
|
|
"test:e2e:support": "lerna run --scope=@appium/support test:e2e",
|
|
"test:fake-driver": "lerna run --scope=@appium/fake-driver test",
|
|
"test:gulp-plugins": "lerna run --scope=@appium/gulp-plugins test",
|
|
"test:opencv": "lerna run --scope=@appium/opencv test",
|
|
"test:support": "lerna run --scope=@appium/support test",
|
|
"test:test-support": "lerna run --scope=@appium/test-support test",
|
|
"uninstall-fake-driver": "npm start -- driver uninstall fake",
|
|
"upload": "gulp github-upload",
|
|
"preversion": "npm run sync-pkgs && npm run generate-schema-declarations && git add -A packages/appium/README.md packages/*/package.json",
|
|
"zip": "zip -qr ./appium.zip ./packages/appium",
|
|
"zip-and-upload": "npm run zip && npm run upload"
|
|
},
|
|
"pre-commit": [
|
|
"precommit-msg",
|
|
"precommit-lint"
|
|
],
|
|
"lint-staged": {
|
|
"*.js": "eslint --fix",
|
|
"./packages/appium/lib/schema/appium-config-schema.js": "npm run generate-schema-declarations"
|
|
},
|
|
"dependencies": {
|
|
"@appium/base-driver": "file:packages/base-driver",
|
|
"@appium/doctor": "file:packages/doctor",
|
|
"@appium/eslint-config-appium": "file:packages/eslint-config-appium",
|
|
"@appium/fake-driver": "file:packages/fake-driver",
|
|
"@appium/gulp-plugins": "file:packages/gulp-plugins",
|
|
"@appium/opencv": "file:packages/opencv",
|
|
"@appium/support": "file:packages/support",
|
|
"@appium/test-support": "file:packages/test-support",
|
|
"appium": "file:packages/appium"
|
|
},
|
|
"devDependencies": {
|
|
"@appium/fake-plugin": "1.3.0",
|
|
"@babel/cli": "7.17.0",
|
|
"@babel/core": "7.16.0",
|
|
"@babel/eslint-parser": "7.16.3",
|
|
"@babel/plugin-transform-runtime": "7.16.4",
|
|
"@babel/preset-env": "7.16.4",
|
|
"@babel/register": "7.16.0",
|
|
"@babel/runtime": "7.16.3",
|
|
"@colors/colors": "1.5.0",
|
|
"@types/argparse": "2.0.10",
|
|
"@types/bluebird": "3.5.36",
|
|
"@types/chai": "4.3.0",
|
|
"@types/chai-as-promised": "7.1.4",
|
|
"@types/express": "4.17.13",
|
|
"@types/fancy-log": "1.3.1",
|
|
"@types/find-root": "1.1.2",
|
|
"@types/gulp": "4.0.9",
|
|
"@types/json-schema": "7.0.9",
|
|
"@types/klaw": "3.0.3",
|
|
"@types/lockfile": "1.0.2",
|
|
"@types/mocha": "9.0.0",
|
|
"@types/mv": "2.1.2",
|
|
"@types/ncp": "2.0.5",
|
|
"@types/node": "16.11.12",
|
|
"@types/rimraf": "3.0.2",
|
|
"@types/semver": "7.3.9",
|
|
"@types/sinon": "10.0.6",
|
|
"@types/sinon-chai": "3.2.6",
|
|
"@types/through2": "2.0.36",
|
|
"appium-base-driver": "7.11.2",
|
|
"asyncbox": "2.9.2",
|
|
"babel-plugin-istanbul": "6.1.1",
|
|
"babel-plugin-source-map-support": "2.1.3",
|
|
"chai": "4.3.4",
|
|
"chai-as-promised": "7.1.1",
|
|
"chai-webdriverio-async": "2.6.0",
|
|
"eslint": "7.32.0",
|
|
"eslint-find-rules": "4.0.0",
|
|
"eslint-plugin-import": "2.25.3",
|
|
"eslint-plugin-mocha": "9.0.0",
|
|
"eslint-plugin-promise": "5.2.0",
|
|
"fancy-log": "1.3.3",
|
|
"finalhandler": "1.1.2",
|
|
"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": "12.3.4",
|
|
"log-symbols": "4.1.0",
|
|
"mjpeg-server": "0.3.1",
|
|
"mocha": "9.1.3",
|
|
"pre-commit": "1.2.2",
|
|
"rewiremock": "3.14.3",
|
|
"serve-static": "1.14.1",
|
|
"sinon": "12.0.1",
|
|
"sinon-chai": "3.7.0",
|
|
"sync-monorepo-packages": "0.3.4",
|
|
"through2": "4.0.2",
|
|
"type-fest": "2.8.0",
|
|
"typescript": "4.6.2",
|
|
"validate.js": "0.13.1",
|
|
"webdriverio": "6.12.1",
|
|
"yaml-js": "0.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12",
|
|
"npm": ">=6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|