odin-js-fundamentals-part-4/node_modules/jest-diff/package.json

37 lines
818 B
JSON
Raw Normal View History

2024-01-05 19:30:21 +00:00
{
"name": "jest-diff",
"version": "29.6.4",
"repository": {
"type": "git",
"url": "https://github.com/jestjs/jest.git",
"directory": "packages/jest-diff"
},
"license": "MIT",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"chalk": "^4.0.0",
"diff-sequences": "^29.6.3",
"jest-get-type": "^29.6.3",
"pretty-format": "^29.6.3"
},
"devDependencies": {
"@jest/test-utils": "^29.6.4",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd"
}