UNPKG

@acot/reporter

Version:
64 lines (63 loc) 1.47 kB
{ "name": "@acot/reporter", "version": "0.0.19", "description": "A reporter toolset for @acot/cli.", "keywords": [ "acot" ], "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/reporter", "bugs": { "url": "https://github.com/acot-a11y/acot/issues" }, "repository": { "type": "git", "url": "https://github.com/acot-a11y/acot.git", "directory": "packages/reporter" }, "license": "MIT", "author": "wadackel <wadackel@gmail.com>", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!**/__mocks__", "!**/__tests__" ], "scripts": { "build": "tsc", "test": "jest" }, "jest": { "preset": "ts-jest", "rootDir": "src", "testEnvironment": "node", "testMatch": [ "**/__tests__/**/*.test.ts?(x)" ] }, "dependencies": { "@acot/html-pickup": "0.0.19", "@acot/module-loader": "0.0.19", "boxen": "^5.0.0", "chalk": "^4.0.0", "cli-table": "^0.3.4", "figures": "^3.2.0", "indent-string": "^4.0.0", "log-symbols": "^4.0.0", "log-update": "^4.0.0", "ora": "^5.1.0", "plur": "^4.0.0", "pretty-ms": "^7.0.1", "strip-ansi": "^6.0.0", "text-table": "^0.2.0" }, "devDependencies": { "@acot/types": "0.0.19", "@types/cli-table": "0.3.0", "@types/text-table": "0.2.2" }, "publishConfig": { "access": "public" }, "gitHead": "34ff82b04faf65d22f323fd9ea47e03ede0fc13c" }