UNPKG

@argos-ci/cli

Version:

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

51 lines (50 loc) 1.22 kB
{ "name": "@argos-ci/cli", "description": "Command-line (CLI) for visual testing with Argos.", "version": "4.0.3", "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": "5.0.3", "commander": "^14.0.2", "ora": "^9.0.0", "update-notifier": "^7.3.1" }, "scripts": { "build": "tsup", "e2e": "node e2e/upload.js && node e2e/skip.js", "check-types": "tsc", "check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .", "lint": "eslint ." }, "gitHead": "1f0eb0144b92ccb1368d0a15b31c67ea9479f727" }