代码拉取完成,页面将自动刷新
{
"name": "appium-desktop",
"version": "1.18.0-1",
"description": "Graphical interface for the Appium server, and an app inspector",
"repository": {
"type": "git",
"url": "git+https://github.com/appium/appium-desktop.git"
},
"author": {
"name": "Appium Developers",
"email": "",
"url": "https://github.com/appium"
},
"license": "APACHE2",
"bugs": {
"url": "https://github.com/appium/appium-desktop/issues"
},
"keywords": [
"appium"
],
"assetsPath": "assets",
"homepage": "https://github.com/appium/appium-desktop",
"main": "dist/main.js",
"scripts": {
"test": "run-s test:*",
"test:integration": "cross-env NODE_ENV=test mocha --reporter mocha-multi-reporters --reporter-options configFile=./test/mochareporters.json ./test/integration",
"test:unit": "cross-env NODE_ENV=test mocha --reporter mocha-multi-reporters --reporter-options configFile=./test/mochareporters.json ./test/unit/",
"test:lint": "eslint app/ test/",
"e2e": "cross-env FORCE_NO_WRONG_FOLDER=true NODE_ENV=test RUNNING_IN_SPECTRON=true mocha --reporter mocha-multi-reporters --reporter-options configFile=./test/mochareporters.json ./test/e2e",
"build": "run-s build:*",
"build:main": "cross-env NODE_ENV=production parcel build --target node --public-url . --out-dir ./dist --out-file main.js ./app/main.js",
"build:renderer": "cross-env NODE_ENV=production parcel build --no-content-hash --out-dir ./dist --target electron --public-url . ./app/renderer/index.html",
"watch": "concurrently \"npm run watch-main\" \"npm run watch-renderer\"",
"watch:main": "cross-env NODE_ENV=development parcel --target node --out-dir ./dist --out-file main.js ./app/main.js",
"watch:renderer": "cross-env NODE_ENV=development parcel --out-dir ./dist --target electron --public-url . ./app/renderer/index.html",
"start": "cross-env RUNNING_LOCALLY=true FORCE_NO_WRONG_FOLDER=true electron ./",
"clean": "rimraf dist/",
"watch-main": "cross-env NODE_ENV=development parcel --target node --out-dir ./dist --out-file main.js ./app/main.js",
"watch-renderer": "cross-env NODE_ENV=development parcel --out-dir ./dist --target electron --public-url . ./app/renderer/index.html",
"build-main-dev": "cross-env NODE_ENV=development parcel build --target node --out-dir ./dist --out-file main.js ./app/main.js",
"build-renderer-dev": "cross-env NODE_ENV=development parcel build --out-dir ./dist --target electron --public-url . ./app/renderer/index.html",
"start-dev": "cross-env RUNNING_LOCALLY=true FORCE_NO_WRONG_FOLDER=true NODE_ENV=development electron --inspect ./",
"dev": "cross-env NODE_ENV=development npm run build-main-dev && npm run build-renderer-dev && concurrently --kill-others \"npm run start-dev\" \"npm run watch:main\" \"npm run watch:renderer\" ",
"dev-wrong-folder": "cross-env WRONG_FOLDER=true npm run dev",
"postinstall": "node ./check-engines package.json package.json && rimraf node_modules/jimp/browser",
"postversion": "git pull --tags && git push && git push --tags",
"pre-commit": "npm run test:lint",
"pre-push": "npm test",
"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"
}
},
"build": {
"productName": "Appium",
"appId": "io.appium.desktop",
"asar": false,
"directories": {
"output": "release"
},
"dmg": {
"artifactName": "${productName}-mac-${version}.${ext}",
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"files": [
"dist/",
"node_modules/**/*",
"main.js",
"main.js.map",
"package.json"
],
"win": {
"artifactName": "${productName}-windows-${version}.${ext}",
"target": [
"nsis",
"zip"
],
"icon": "build/icon.ico"
},
"nsisWeb": {
"oneClick": false
},
"nsis": {
"oneClick": false
},
"linux": {
"artifactName": "${productName}-linux-${version}.${ext}",
"target": [
"AppImage"
],
"category": "Development"
},
"publish": {
"provider": "github",
"owner": "appium",
"vPrefixedTagName": true
}
},
"bin": {
"electron": "./node_modules/.bin/electron"
},
"dependencies": {
"@babel/polyfill": "^7.4.0",
"ansi-to-html": "~0.6.7",
"antd": "~4.0.4",
"appium": "1.18.0",
"appium-support": "^2.25.0",
"bluebird": "^3.5.5",
"cheerio": "^1.0.0-rc.3",
"connected-react-router": "^6.0.0",
"css-modules-require-hook": "^4.2.3",
"electron-debug": "^3.0.0",
"electron-log": "^4.0.0",
"electron-settings": "^2.2.4",
"electron-updater": "^4.2.0",
"fix-path": "^3.0.0",
"font-awesome": "4.x",
"format-json": "1.x",
"highlight.js": "9.x",
"history": "^4.7.2",
"i18next": "^19.0.1",
"i18next-node-fs-backend": "^2.1.1",
"lodash": "4.x",
"mjpeg-consumer": "^2.0.0",
"moment": "^2.20.1",
"postcss": "^7.0.4",
"prop-types": "^15.6.2",
"react": "^16.13.0",
"react-dom": "^16.9.0",
"react-hot-loader": "^4.3.12",
"react-i18next": "^11.0.0",
"react-redux": "^7.0.0",
"react-router": "^5.0.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "2.x",
"request-promise": "^4.2.2",
"shell-env": "^3.0.0",
"source-map-support": "^0.5.0",
"teen_process": "^1.11.0",
"temp": "0.x",
"uuid": "^8.2.0",
"wd": "1.11.2",
"xmldom": "^0.3.0",
"xpath": "0.0.27"
},
"devDependencies": {
"7zip": "0.0.6",
"@babel/core": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/register": "^7.4.0",
"appium-fake-driver": "^1.0.0",
"asar": "^2.0.0",
"asyncbox": "^2.5.3",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"check-engines": "^1.5.0",
"concurrently": "^5.0.0",
"cross-env": "^7.0.0",
"devtron": "1.x",
"dir-compare": "^2.0.0",
"electron": "^7.1.2",
"electron-builder": "^22.1.0",
"electron-builder-lib": "^20.15.3",
"electron-devtools-installer": "^3.0.0",
"eslint": "^6.0.0",
"eslint-config-appium": "^4.0.1",
"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",
"express": "^4.16.2",
"husky": "^4.0.2",
"jquery": "^3.3.1",
"jsdom": "^16.0.1",
"less": "^2.7.3",
"mocha": "^7.0.1",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi-reporters": "^1.1.7",
"node-libs-browser": "^2.1.0",
"npm-run-all": "^4.1.5",
"parcel-bundler": "^1.10.3",
"parcel-plugin-asset-copier": "^1.0.0",
"postcss-modules": "^1.4.1",
"react-addons-test-utils": "^15.6.2",
"release": "^6.0.1",
"request": "^2.88.0",
"rimraf": "^3.0.0",
"run-s": "0.0.0",
"sinon": "^9.0.0",
"spectron": "^9.0.0"
},
"devEngines": {
"node": ">=6.x",
"npm": ">=3.x"
},
"engines": {
"node": ">=10.x",
"npm": ">=5.x"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。