UNPKG

@argos-ci/cli

Version:

Command-line (CLI) for visual testing with Argos.

51 lines (50 loc) 1.2 kB
{ "name": "@argos-ci/cli", "description": "Command-line (CLI) for visual testing with Argos.", "version": "3.2.1", "bin": { "argos": "./bin/argos-cli.js" }, "type": "module", "exports": { "./package.json": "./package.json" }, "repository": { "type": "git", "url": "https://github.com/argos-ci/argos-javascript.git", "directory": "packages/core" }, "homepage": "https://argos-ci.com/docs/argos-cli", "bugs": { "url": "https://github.com/argos-ci/argos-javascript/issues" }, "engines": { "node": ">=20.0.0" }, "license": "MIT", "keywords": [ "cli", "argos", "testing", "visual testing", "regression", "visual regression" ], "publishConfig": { "access": "public" }, "dependencies": { "@argos-ci/core": "4.5.0", "commander": "^14.0.2", "ora": "^9.0.0", "update-notifier": "^7.3.1" }, "scripts": { "build": "tsup", "e2e": "node e2e/upload.js", "check-types": "tsc", "check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .", "lint": "eslint ." }, "gitHead": "fb54cf311b705f214041f18443352577be01e822" }