mirror of
https://github.com/appium/appium.git
synced 2026-02-25 04:39:56 -06:00
- appium@3.0.1 - @appium/base-plugin@3.0.1 - @appium/docutils@2.0.1 - @appium/driver-test-support@1.0.1 - @appium/eslint-config-appium-ts@2.0.1 - @appium/fake-plugin@4.0.1
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "@appium/docutils",
|
|
"version": "2.0.1",
|
|
"description": "Documentation generation utilities for Appium and related projects",
|
|
"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/docutils"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "https://github.com/appium",
|
|
"types": "./build/lib/index.d.ts",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"bin": {
|
|
"appium-docs": "./bin/appium-docs.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"base-mkdocs.yml",
|
|
"lib",
|
|
"build",
|
|
"tsconfig.json",
|
|
"!build/tsconfig.tsbuildinfo",
|
|
"requirements.txt"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test:unit",
|
|
"test:e2e": "echo \"No e2e tests for this package\"",
|
|
"test:smoke": "node ./index.js",
|
|
"test:unit": "mocha \"./test/unit/**/*.spec.js\"",
|
|
"start": "node ./build/lib/cli/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@appium/support": "^7.0.0",
|
|
"chalk": "4.1.2",
|
|
"consola": "3.4.2",
|
|
"diff": "8.0.2",
|
|
"lilconfig": "3.1.3",
|
|
"lodash": "4.17.21",
|
|
"pkg-dir": "5.0.0",
|
|
"read-pkg": "5.2.0",
|
|
"source-map-support": "0.5.21",
|
|
"teen_process": "3.0.0",
|
|
"type-fest": "4.41.0",
|
|
"yaml": "2.8.1",
|
|
"yargs": "18.0.0",
|
|
"yargs-parser": "22.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
"npm": ">=10"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02"
|
|
}
|