38 lines
843 B
JSON
38 lines
843 B
JSON
|
{
|
||
|
"name": "jest-validate",
|
||
|
"version": "29.2.2",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/facebook/jest.git",
|
||
|
"directory": "packages/jest-validate"
|
||
|
},
|
||
|
"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": {
|
||
|
"@jest/types": "^29.2.1",
|
||
|
"camelcase": "^6.2.0",
|
||
|
"chalk": "^4.0.0",
|
||
|
"jest-get-type": "^29.2.0",
|
||
|
"leven": "^3.1.0",
|
||
|
"pretty-format": "^29.2.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/yargs": "^17.0.8"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"gitHead": "0a8edbe0ac434394a16cc173a03ff54a9cc50e41"
|
||
|
}
|