Files
appium/packages/tsconfig/package.json
2025-08-22 14:50:04 +03:00

45 lines
965 B
JSON

{
"name": "@appium/tsconfig",
"version": "1.0.0",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/appium/appium.git",
"directory": "packages/tsconfig"
},
"homepage": "https://appium.io",
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
"npm": ">=10"
},
"dependencies": {
"@tsconfig/node20": "20.1.6"
},
"scripts": {
"test:smoke": "node tsconfig.json && node tsconfig.plugin.json"
},
"publishConfig": {
"access": "public"
},
"gitHead": "84b211330dc84849af9cc1f3a5c5ad32e15b2e72"
}