mirror of
https://github.com/appium/appium.git
synced 2026-02-20 10:20:05 -06:00
- appium@3.0.0 - @appium/base-driver@10.0.0 - @appium/base-plugin@3.0.0 - @appium/docutils@2.0.0 - @appium/driver-test-support@1.0.0 - @appium/eslint-config-appium-ts@2.0.0 - @appium/execute-driver-plugin@5.0.0 - @appium/fake-driver@6.0.0 - @appium/fake-plugin@4.0.0 - @appium/images-plugin@4.0.0 - @appium/logger@2.0.0 - @appium/opencv@4.0.0 - @appium/plugin-test-support@1.0.0 - @appium/relaxed-caps-plugin@2.0.0 - @appium/schema@1.0.0 - @appium/storage-plugin@1.0.0 - @appium/strongbox@1.0.0 - @appium/support@7.0.0 - @appium/test-support@4.0.0 - @appium/tsconfig@1.0.0 - @appium/types@1.0.0 - @appium/universal-xml-plugin@2.0.0
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@appium/schema",
|
|
"version": "1.0.0",
|
|
"description": "Appium Configuration Schema",
|
|
"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/schema"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "https://github.com/appium",
|
|
"types": "./build/lib/index.d.ts",
|
|
"files": [
|
|
"build",
|
|
"lib",
|
|
"index.js",
|
|
"tsconfig.json",
|
|
"!build/tsconfig.tsbuildinfo"
|
|
],
|
|
"scripts": {
|
|
"build": "node ./scripts/generate-schema-json.js",
|
|
"clean": "git checkout -- ./lib/appium-config.schema.json || true",
|
|
"test:smoke": "node ./index.js",
|
|
"test": "exit 0"
|
|
},
|
|
"dependencies": {
|
|
"json-schema": "0.4.0",
|
|
"source-map-support": "0.5.21"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
"npm": ">=10"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "84b211330dc84849af9cc1f3a5c5ad32e15b2e72"
|
|
}
|