testing js app
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "expect",
|
||||
"version": "28.1.3",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/jest.git",
|
||||
"directory": "packages/expect"
|
||||
},
|
||||
"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",
|
||||
"./build/matchers": "./build/matchers.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jest/expect-utils": "^28.1.3",
|
||||
"jest-get-type": "^28.0.2",
|
||||
"jest-matcher-utils": "^28.1.3",
|
||||
"jest-message-util": "^28.1.3",
|
||||
"jest-util": "^28.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/test-utils": "^28.1.3",
|
||||
"@tsd/typescript": "~4.7.4",
|
||||
"chalk": "^4.0.0",
|
||||
"fast-check": "^3.0.0",
|
||||
"immutable": "^4.0.0",
|
||||
"tsd-lite": "^0.5.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
|
||||
}
|
||||
Reference in New Issue
Block a user