UNPKG

@acot/cli

Version:
88 lines (87 loc) 2.14 kB
{ "name": "@acot/cli", "version": "0.0.19", "description": "More accessible web, all over the world.", "keywords": [ "acot" ], "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/cli", "bugs": { "url": "https://github.com/acot-a11y/acot/issues" }, "repository": { "type": "git", "url": "https://github.com/acot-a11y/acot.git", "directory": "packages/cli" }, "license": "MIT", "author": "wadackel <wadackel@gmail.com>", "bin": { "acot": "lib/bin.js" }, "files": [ "lib", "!**/__mocks__", "!**/__tests__" ], "scripts": { "build": "tsc", "test": "jest" }, "jest": { "preset": "ts-jest", "rootDir": "src", "testEnvironment": "node", "testMatch": [ "**/__tests__/**/*.test.ts?(x)" ] }, "dependencies": { "@acot/acot-reporter-pretty": "0.0.19", "@acot/acot-runner": "0.0.19", "@acot/config": "0.0.19", "@acot/core": "0.0.19", "@acot/document": "0.0.19", "@acot/find-chrome": "0.0.19", "@acot/logger": "0.0.19", "@acot/reporter": "0.0.19", "@acot/runner": "0.0.19", "@acot/schema-validator": "0.0.19", "@acot/utils": "0.0.19", "boxen": "^5.0.0", "chalk": "^4.0.0", "chokidar": "^3.4.1", "debug": "^4.3.1", "enquirer": "^2.3.6", "execa": "^5.0.0", "fast-glob": "^3.2.2", "is-ci": "^3.0.0", "listr": "^0.14.3", "markdown-table": "^2.0.0", "node-emoji": "^1.10.0", "opener": "^1.5.2", "pkg-up": "^3.1.0", "portfinder": "^1.0.27", "prettier": "^2.2.0", "strip-ansi": "^6.0.0", "type-fest": "^2.12.2", "update-notifier": "^5.0.1", "validator": "^13.1.17", "yargs": "^16.1.1" }, "devDependencies": { "@acot/mock": "0.0.19", "@types/is-ci": "3.0.0", "@types/listr": "0.14.4", "@types/node-emoji": "1.8.1", "@types/opener": "1.4.0", "@types/prettier": "2.6.1", "@types/update-notifier": "5.1.0", "@types/validator": "13.7.2", "@types/yargs": "16.0.4" }, "publishConfig": { "access": "public" }, "gitHead": "34ff82b04faf65d22f323fd9ea47e03ede0fc13c" }