@btravers/pdf-snapshot-jest
Version:
Jest extension
48 lines • 1.11 kB
JSON
{
"name": "@btravers/pdf-snapshot-jest",
"version": "0.0.15",
"description": "Jest extension",
"author": "Benoit TRAVERS",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/btravers/pdf-snapshot.git"
},
"keywords": [
"test",
"jest",
"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",
"node-fetch-commonjs": "^3.2.4",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@btravers/pdf-snapshot-service": "^0.0.1",
"@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",
"jest": "29.3.0",
"testcontainers": "^9.0.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"peerDependencies": {
"jest": ">= 28"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.build.json",
"test": "jest"
}
}