mirror of
https://github.com/appium/appium.git
synced 2026-02-20 10:20:05 -06:00
- appium@2.12.2 - @appium/base-driver@9.12.2 - @appium/base-plugin@2.2.48 - @appium/doctor@2.1.14 - @appium/docutils@1.0.24 - @appium/driver-test-support@0.6.12 - @appium/fake-driver@5.5.6 - @appium/fake-plugin@3.1.52 - @appium/images-plugin@3.0.22 - @appium/plugin-test-support@0.3.44 - @appium/support@5.1.7 - @appium/test-support@3.0.52 - @appium/types@0.22.1 - @appium/universal-xml-plugin@1.0.25
81 lines
1.9 KiB
JSON
81 lines
1.9 KiB
JSON
{
|
|
"name": "@appium/docutils",
|
|
"version": "1.0.24",
|
|
"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": "^5.1.7",
|
|
"@appium/tsconfig": "^0.3.3",
|
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
"@types/which": "3.0.4",
|
|
"chalk": "4.1.2",
|
|
"consola": "3.2.3",
|
|
"diff": "7.0.0",
|
|
"json5": "2.2.3",
|
|
"lilconfig": "3.1.2",
|
|
"lodash": "4.17.21",
|
|
"pkg-dir": "5.0.0",
|
|
"read-pkg": "5.2.0",
|
|
"semver": "7.6.3",
|
|
"source-map-support": "0.5.21",
|
|
"teen_process": "2.2.0",
|
|
"type-fest": "4.29.0",
|
|
"typescript": "5.7.2",
|
|
"yaml": "2.6.1",
|
|
"yargs": "17.7.2",
|
|
"yargs-parser": "21.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02"
|
|
}
|