mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
35 lines
697 B
JSON
35 lines
697 B
JSON
{
|
|
"name": "jest-leak-detector",
|
|
"version": "25.2.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",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"build/*": [
|
|
"build/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jest-get-type": "^25.2.1",
|
|
"pretty-format": "^25.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/weak-napi": "^1.0.0",
|
|
"weak-napi": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "6f8bf80c38567ba076ae979af2dedb42b285b2d5"
|
|
}
|