mirror of
https://github.com/appium/appium.git
synced 2026-02-21 18:59:08 -06:00
- appium@2.0.0-beta.50 - @appium/base-driver@9.2.1 - @appium/base-plugin@2.1.1 - @appium/doctor@2.0.3 - @appium/docutils@0.1.3 - @appium/driver-test-support@0.3.3 - @appium/execute-driver-plugin@3.0.3 - @appium/fake-driver@5.1.1 - @appium/fake-plugin@3.1.1 - @appium/images-plugin@2.0.3 - @appium/opencv@2.0.3 - @appium/plugin-test-support@0.3.3 - @appium/relaxed-caps-plugin@1.0.2 - @appium/schema@0.2.1 - @appium/support@3.1.1 - @appium/test-support@3.0.3 - @appium/tsconfig@0.2.1 - @appium/typedoc-plugin-appium@0.3.1 - @appium/types@0.8.1 - @appium/universal-xml-plugin@1.0.2
40 lines
833 B
JSON
40 lines
833 B
JSON
{
|
|
"name": "@appium/tsconfig",
|
|
"version": "0.2.1",
|
|
"description": "Shared TypeScript Config for Appium",
|
|
"main": "tsconfig.json",
|
|
"keywords": [
|
|
"automation",
|
|
"javascript",
|
|
"selenium",
|
|
"webdriver",
|
|
"ios",
|
|
"android",
|
|
"firefoxos",
|
|
"testing"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"files": [
|
|
"tsconfig*.json"
|
|
],
|
|
"author": "https://github.com/appium",
|
|
"bugs": {
|
|
"url": "https://github.com/appium/appium/issues"
|
|
},
|
|
"homepage": "https://appium.io",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"dependencies": {
|
|
"@tsconfig/node14": "1.0.3"
|
|
},
|
|
"scripts": {
|
|
"test:smoke": "node tsconfig.json && node tsconfig.plugin.json"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "422142302f2f540a31c7eaf5178e2642b53a30d2"
|
|
}
|