UNPKG

@percy/core

Version:

The core component of Percy's CLI and SDKs that handles creating builds, discovering snapshot assets, uploading snapshots, and finalizing builds. Uses `@percy/client` for API communication, a Chromium browser for asset discovery, and starts a local API se

66 lines (65 loc) 1.64 kB
{ "name": "@percy/core", "version": "1.31.1", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/percy/cli", "directory": "packages/core" }, "publishConfig": { "access": "public", "tag": "latest" }, "engines": { "node": ">=14" }, "files": [ "dist", "post-install.js", "types/index.d.ts", "test/helpers" ], "main": "./dist/index.js", "types": "./types/index.d.ts", "type": "module", "exports": { ".": { "types": "./types/index.d.ts", "default": "./dist/index.js" }, "./utils": "./dist/utils.js", "./config": "./dist/config.js", "./install": "./dist/install.js", "./test/helpers": "./test/helpers/index.js", "./test/helpers/server": "./test/helpers/server.js" }, "scripts": { "build": "node ../../scripts/build", "lint": "eslint --ignore-path ../../.gitignore .", "postinstall": "node ./post-install", "test": "node ../../scripts/test", "test:coverage": "yarn test --coverage", "test:types": "tsd" }, "dependencies": { "@percy/client": "1.31.1", "@percy/config": "1.31.1", "@percy/dom": "1.31.1", "@percy/logger": "1.31.1", "@percy/monitoring": "1.31.1", "@percy/webdriver-utils": "1.31.1", "content-disposition": "^0.5.4", "cross-spawn": "^7.0.3", "extract-zip": "^2.0.1", "fast-glob": "^3.2.11", "micromatch": "^4.0.8", "mime-types": "^2.1.34", "pako": "^2.1.0", "path-to-regexp": "^6.3.0", "rimraf": "^3.0.2", "ws": "^8.17.1", "yaml": "^2.4.1" }, "gitHead": "56d0fe4722eea63cfe8a6ea7aa02cf00d465a85d" }