mirror of
https://github.com/appium/appium.git
synced 2026-02-22 03:08:47 -06:00
72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"name": "@appium/fake-plugin",
|
|
"version": "4.0.0-rc.0",
|
|
"description": "A fake Appium plugin",
|
|
"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/fake-plugin"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "https://github.com/appium",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib",
|
|
"build",
|
|
"tsconfig.json",
|
|
"!build/tsconfig.tsbuildinfo"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test:unit",
|
|
"test:smoke": "node ./index.js",
|
|
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
|
|
},
|
|
"dependencies": {
|
|
"@appium/base-plugin": "^3.0.0-rc.1",
|
|
"@appium/support": "^7.0.0-rc.0",
|
|
"bluebird": "3.7.2",
|
|
"lodash": "4.17.21",
|
|
"source-map-support": "0.5.21"
|
|
},
|
|
"peerDependencies": {
|
|
"appium": "^3.0.0-beta.0"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
"npm": ">=10"
|
|
},
|
|
"appium": {
|
|
"pluginName": "fake",
|
|
"mainClass": "FakePlugin",
|
|
"scripts": {
|
|
"fake-error": "./build/lib/scripts/fake-error.js",
|
|
"fake-success": "./build/lib/scripts/fake-success.js"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "rc"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02",
|
|
"tags": [
|
|
"appium"
|
|
]
|
|
}
|