Files
appium/packages/tsconfig/package.json
Jonathan Lipps 35f4e2b7e4 chore: publish
- 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
2023-01-13 13:19:27 -08:00

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"
}