@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 Puppeteer browser for asset discovery, and starts a local API s
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "@percy/core",
"version": "1.0.0-beta.65",
"license": "MIT",
"main": "dist/index.js",
"types": "types/index.d.ts",
"files": [
"dist",
"post-install.js",
"types/index.d.ts",
"test/helpers/server.js"
],
"engines": {
"node": ">=12"
},
"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"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@percy/client": "1.0.0-beta.65",
"@percy/config": "1.0.0-beta.65",
"@percy/dom": "1.0.0-beta.65",
"@percy/logger": "1.0.0-beta.65",
"cross-spawn": "^7.0.3",
"extract-zip": "^2.0.1",
"rimraf": "^3.0.2",
"ws": "^8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/percy/cli",
"directory": "packages/core"
},
"gitHead": "19a727cb92b9b6c06dec9ccec7cc198b0d8f1e12"
}