mirror of
https://github.com/appium/appium.git
synced 2026-05-23 04:18:53 -05:00
d44e66977c
- appium@2.5.2 - @appium/base-driver@9.5.3 - @appium/base-plugin@2.2.29 - @appium/doctor@2.0.34 - @appium/docutils@1.0.5 - @appium/driver-test-support@0.4.22 - @appium/eslint-config-appium-ts@0.3.3 - @appium/execute-driver-plugin@3.0.26 - @appium/fake-plugin@3.1.33 - @appium/images-plugin@3.0.4 - @appium/opencv@3.0.3 - @appium/plugin-test-support@0.3.29 - @appium/support@4.2.3 - @appium/test-support@3.0.33 - @appium/tsconfig@0.3.3 - @appium/types@0.16.2 - @appium/universal-xml-plugin@1.0.18
40 lines
834 B
JSON
40 lines
834 B
JSON
{
|
|
"name": "@appium/tsconfig",
|
|
"version": "0.3.3",
|
|
"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": "14.1.2"
|
|
},
|
|
"scripts": {
|
|
"test:smoke": "node tsconfig.json && node tsconfig.plugin.json"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "84b211330dc84849af9cc1f3a5c5ad32e15b2e72"
|
|
}
|