mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
30 lines
644 B
JSON
30 lines
644 B
JSON
{
|
|
"name": "jest-diff",
|
|
"version": "26.6.2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-diff"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"diff-sequences": "^26.6.2",
|
|
"jest-get-type": "^26.3.0",
|
|
"pretty-format": "^26.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/test-utils": "^26.6.2",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.14.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
|
|
}
|