mirror of
https://github.com/appium/appium.git
synced 2026-05-13 06:18:42 -05:00
108 lines
2.6 KiB
JSON
108 lines
2.6 KiB
JSON
{
|
|
"name": "@appium/gulp-plugins",
|
|
"version": "7.0.8",
|
|
"description": "Custom gulp plugins to be used across all appium modules",
|
|
"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",
|
|
"directory": "packages/gulp-plugins"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "https://github.com/appium",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test",
|
|
"build": "build"
|
|
},
|
|
"files": [
|
|
".babelrc",
|
|
"index.js",
|
|
"lib",
|
|
"build"
|
|
],
|
|
"scripts": {
|
|
"dev": "gulp dev --no-notif",
|
|
"build": "gulp transpile",
|
|
"prepare": "npm run build",
|
|
"test": "gulp unit-test:run",
|
|
"test:e2e": "gulp e2e-test:run",
|
|
"test:smoke": "node ./index.js"
|
|
},
|
|
"dependencies": {
|
|
"@appium/eslint-config-appium": "^7.0.0",
|
|
"@babel/core": "7.19.6",
|
|
"@babel/eslint-parser": "7.19.1",
|
|
"@babel/preset-env": "7.19.4",
|
|
"@octokit/rest": "19.0.5",
|
|
"@types/fancy-log": "2.0.0",
|
|
"@types/gulp": "4.0.9",
|
|
"@types/semver": "7.3.12",
|
|
"@types/through2": "2.0.36",
|
|
"ansi-red": "0.1.1",
|
|
"axios": "0.27.2",
|
|
"babel-plugin-istanbul": "6.1.1",
|
|
"babel-plugin-source-map-support": "2.2.0",
|
|
"bluebird": "3.7.2",
|
|
"del": "6.1.1",
|
|
"eslint": "8.25.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-mocha": "10.1.0",
|
|
"eslint-plugin-promise": "6.1.0",
|
|
"fancy-log": "2.0.0",
|
|
"form-data": "4.0.0",
|
|
"glob": "8.0.3",
|
|
"globby": "11.1.0",
|
|
"gulp-babel": "8.0.0",
|
|
"gulp-debug": "4.0.0",
|
|
"gulp-eslint": "6.0.0",
|
|
"gulp-if": "3.0.0",
|
|
"gulp-mocha": "8.0.0",
|
|
"gulp-rename": "2.0.0",
|
|
"gulp-replace": "1.1.3",
|
|
"gulp-sourcemaps": "3.0.0",
|
|
"js-yaml": "4.1.0",
|
|
"lodash": "4.17.21",
|
|
"merge-stream": "2.0.0",
|
|
"mocha": "10.1.0",
|
|
"moment": "2.29.4",
|
|
"node-notifier": "10.0.1",
|
|
"nyc": "15.1.0",
|
|
"pkg-dir": "5.0.0",
|
|
"plugin-error": "2.0.0",
|
|
"replace-in-file": "6.3.5",
|
|
"rimraf": "3.0.2",
|
|
"semver": "7.3.8",
|
|
"shell-quote": "1.7.4",
|
|
"source-map-support": "0.5.21",
|
|
"through2": "4.0.2",
|
|
"vinyl-paths": "3.0.1",
|
|
"yargs": "17.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"gulp": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14",
|
|
"npm": ">=8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "5c7af8ee73078018e4ec52fccf19fe3f77249d72"
|
|
}
|