testing js app
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "jest-leak-detector",
|
||||
"version": "28.1.3",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/jest.git",
|
||||
"directory": "packages/jest-leak-detector"
|
||||
},
|
||||
"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-get-type": "^28.0.2",
|
||||
"pretty-format": "^28.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/weak-napi": "^2.0.0",
|
||||
"weak-napi": "^2.0.1"
|
||||
},
|
||||
"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