UNPKG

@argos-ci/core

Version:

Node.js SDK for visual testing with Argos.

69 lines (68 loc) 1.73 kB
{ "name": "@argos-ci/core", "description": "Node.js SDK for visual testing with Argos.", "version": "3.2.0", "type": "module", "main": "./dist/index.cjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.cjs" }, "./package.json": "./package.json" }, "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/argos-ci/argos-javascript.git", "directory": "packages/core" }, "homepage": "https://argos-ci.com/docs/node-sdk", "bugs": { "url": "https://github.com/argos-ci/argos-javascript/issues" }, "engines": { "node": ">=18.0.0" }, "license": "MIT", "keywords": [ "sdk", "node", "argos", "testing", "visual testing", "regression", "visual regression" ], "publishConfig": { "access": "public" }, "dependencies": { "@argos-ci/api-client": "0.8.1", "@argos-ci/util": "2.3.1", "axios": "^1.8.4", "convict": "^6.2.4", "debug": "^4.4.0", "fast-glob": "^3.3.3", "sharp": "^0.33.5", "tmp": "^0.2.3" }, "devDependencies": { "@octokit/webhooks": "^13.7.5", "@types/convict": "^6.1.6", "@types/debug": "^4.1.12", "@types/tmp": "^0.2.6", "msw": "^2.7.3" }, "scripts": { "build": "tsup && cp ./src/index.cjs ./dist", "e2e": "node ./e2e/upload.cjs && node ./e2e/upload.mjs", "check-types": "tsc", "check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .", "lint": "eslint .", "test": "vitest" }, "gitHead": "d357bd6744fb2210d1b8b1fe63de3ae61a51540c" }