代码拉取完成,页面将自动刷新
{
"name": "appium-desktop-monorepo",
"version": "0.0.1",
"description": "Appium Desktop Monorepo",
"repository": {
"type": "git",
"url": "git+https://github.com/appium/appium-desktop.git"
},
"author": {
"name": "Appium Developers",
"url": "https://github.com/appium"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/appium/appium-desktop/issues"
},
"keywords": [
"appium"
],
"homepage": "https://github.com/appium/appium-desktop",
"scripts": {
"test": "npm run test:lint && npm run test:unit && npm run test:integration",
"test:server:integration": "echo 'No server integration tests'",
"test:server:unit": "echo 'No server unit tests'",
"test:server:lint": "eslint server/app server/test",
"test:inspector:integration": "cross-env NODE_ENV=test mocha --reporter mocha-multi-reporters --reporter-options configFile=./inspector/test/mochareporters.json ./inspector/test/integration",
"test:inspector:unit": "cross-env NODE_ENV=test mocha --reporter mocha-multi-reporters --reporter-options configFile=./inspector/test/mochareporters.json ./inspector/test/unit",
"test:inspector:lint": "eslint inspector/app inspector/test",
"test:integration": "npm run test:server:integration && npm run test:inspector:integration",
"test:unit": "npm run test:server:unit && npm run test:inspector:unit",
"test:lint": "npm run test:server:lint && npm run test:inspector:lint",
"e2e": "npm run e2e:inspector && npm run e2e:server",
"e2e:inspector": "cross-env E2E_TIMEOUT=600000 NODE_ENV=test RUNNING_IN_SPECTRON=true mocha --reporter mocha-multi-reporters --reporter-options configFile=./inspector/test/mochareporters.json ./inspector/test/e2e",
"e2e:server": "cross-env E2E_TIMEOUT=600000 NODE_ENV=test RUNNING_IN_SPECTRON=true mocha --reporter mocha-multi-reporters --reporter-options configFile=./server/test/mochareporters.json ./server/test/e2e",
"build": "run-s build:*",
"build:server": "cd server && npm run build",
"build:inspector": "cd inspector && npm run build",
"pre-commit": "npm run test:lint",
"pre-push": "npm test",
"i18n-copy:server": "mkdirp server/assets/locales && ncp assets/locales server/assets/locales",
"i18n-copy:inspector": "mkdirp inspector/assets/locales && ncp assets/locales inspector/assets/locales",
"i18n-copy": "run-p i18n-copy:*",
"postinstall": "npm run i18n-copy",
"crowdin-update": "node crowdin-update-resources.js",
"crowdin-sync": "node crowdin-sync-translations.js"
},
"husky": {
"hooks": {
"pre-commit": "npm run pre-commit",
"pre-push": "npm run pre-push"
}
},
"dependencies": {
"@babel/polyfill": "^7.4.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.4.0",
"appium-support": "^2.49.0",
"asyncbox": "^2.6.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"bluebird": "^3.7.2",
"cross-env": "^7.0.3",
"cssnano": "^4.1.10",
"eslint": "^6.0.0",
"eslint-config-appium": "^4.5.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-mocha": "^6.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-native": "^3.6.0",
"eslint-plugin-shopify": "^30.0.0",
"husky": "^4.0.2",
"mkdirp": "^1.0.4",
"mocha": "^8.1.3",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi-reporters": "^1.1.7",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"request": "^2.88.2"
},
"devEngines": {
"node": ">=6.x",
"npm": ">=3.x"
},
"engines": {
"node": ">=10.x",
"npm": ">=5.x"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。