@armandabric/pdf-snapshot-matcher
Version:
PDF snapshot matcher
52 lines • 1.21 kB
JSON
{
"name": "@armandabric/pdf-snapshot-matcher",
"version": "1.1.1",
"description": "PDF snapshot matcher",
"author": "Benoit TRAVERS",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/armandabric/pdf-snapshot.git"
},
"keywords": [
"test",
"jest",
"expect",
"matcher",
"vitest",
"snapshot",
"pdf",
"visual testing"
],
"dependencies": {
"@trpc/client": "10.0.0-rc.6",
"@trpc/server": "10.0.0-rc.6",
"dedent": "^0.7.0",
"lodash": "^4.17.21",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@types/dedent": "^0.7.0",
"@types/jest": "^29.2.2",
"@types/lodash": "^4.14.188",
"@types/node": "^18.11.9",
"@types/rimraf": "^3.0.2",
"expect": "^29.5.0",
"jest": "29.3.0",
"testcontainers": "^9.0.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4",
"@armandabric/pdf-snapshot-service": "^0.0.1"
},
"peerDependencies": {
"expect": ">= 29"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.build.json",
"test": "jest",
"test:debug": "DEBUG=testcontainers* jest"
}
}