@percy/sdk-utils
Version:
Common JavaScript SDK utils
56 lines (55 loc) • 1.14 kB
JSON
{
"name": "@percy/sdk-utils",
"version": "1.30.10",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/percy/cli",
"directory": "packages/sdk-utils"
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"engines": {
"node": ">=14"
},
"files": [
"dist",
"test/server.js",
"test/client.js",
"test/helpers.js"
],
"main": "./dist/index.js",
"browser": "./dist/bundle.js",
"exports": {
".": {
"node": "./dist/index.js",
"default": "./dist/bundle.js"
},
"./test/helpers": {
"node": "./test/helpers.js",
"default": "./test/client.js"
}
},
"scripts": {
"build": "node ../../scripts/build",
"lint": "eslint --ignore-path ../../.gitignore .",
"test": "percy exec --testing -- node ../../scripts/test",
"test:coverage": "yarn test --coverage"
},
"rollup": {
"external": [
"ws"
],
"output": {
"name": "PercySDKUtils"
},
"test": {
"external": [
"test/server(.js)?"
]
}
},
"gitHead": "f2e7c4979b7644af54131458ac440274d5f67d93"
}