2023-02-20 18:17:38 +00:00
|
|
|
{
|
2023-02-20 19:14:01 +00:00
|
|
|
"name": "@datashard/snapshot",
|
2023-02-20 18:17:38 +00:00
|
|
|
"description": "Adds value / object / DOM element snapshot testing support to Cypress test runner",
|
2023-11-14 08:10:31 +00:00
|
|
|
"version": "2.3.2",
|
2023-02-20 19:14:01 +00:00
|
|
|
"author": "Joshua <data@shard.wtf>, Gleb Bahmutov <gleb@cypress.io>",
|
|
|
|
"bugs": "https://github.com/datashard/snapshot/issues",
|
2023-02-20 18:17:38 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"img",
|
|
|
|
"src/*",
|
|
|
|
"src/*/**",
|
|
|
|
"!src/*-spec.js"
|
|
|
|
],
|
2023-02-20 19:14:01 +00:00
|
|
|
"homepage": "https://github.com/datashard/snapshot#readme",
|
2023-02-20 18:17:38 +00:00
|
|
|
"keywords": [
|
|
|
|
"cypress",
|
|
|
|
"cypress-io",
|
|
|
|
"plugin",
|
|
|
|
"snapshot",
|
|
|
|
"testing"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"private": false,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-02-20 19:14:01 +00:00
|
|
|
"url": "https://github.com/datashard/snapshot.git"
|
2023-02-20 18:17:38 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
2023-03-18 10:01:26 +00:00
|
|
|
"unused-deps": "dependency-check --unused --no-dev . --entry src/index.js",
|
2023-02-20 18:17:38 +00:00
|
|
|
"semantic-release": "semantic-release",
|
|
|
|
"cypress:open": "cypress open",
|
2023-03-23 16:07:42 +00:00
|
|
|
"cypress:update": "cypress run --env SNAPSHOT_UPDATE=true",
|
2023-02-20 18:17:38 +00:00
|
|
|
"cypress:run": "cypress run"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"cypress": "10.6.0",
|
|
|
|
"debug": "3.2.7",
|
2023-03-27 14:05:37 +00:00
|
|
|
"dependency-check": "2.10.1"
|
2023-02-20 18:17:38 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@wildpeaks/snapshot-dom": "1.6.0",
|
|
|
|
"check-more-types": "2.24.0",
|
|
|
|
"js-beautify": "1.13.13",
|
2023-12-08 14:56:43 +00:00
|
|
|
"lazy-ass": "1.6.0"
|
2023-02-20 18:17:38 +00:00
|
|
|
}
|
|
|
|
}
|