testing js app
This commit is contained in:
+57
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "jest-runner",
|
||||
"version": "28.1.3",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/jest.git",
|
||||
"directory": "packages/jest-runner"
|
||||
},
|
||||
"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/console": "^28.1.3",
|
||||
"@jest/environment": "^28.1.3",
|
||||
"@jest/test-result": "^28.1.3",
|
||||
"@jest/transform": "^28.1.3",
|
||||
"@jest/types": "^28.1.3",
|
||||
"@types/node": "*",
|
||||
"chalk": "^4.0.0",
|
||||
"emittery": "^0.10.2",
|
||||
"graceful-fs": "^4.2.9",
|
||||
"jest-docblock": "^28.1.1",
|
||||
"jest-environment-node": "^28.1.3",
|
||||
"jest-haste-map": "^28.1.3",
|
||||
"jest-leak-detector": "^28.1.3",
|
||||
"jest-message-util": "^28.1.3",
|
||||
"jest-resolve": "^28.1.3",
|
||||
"jest-runtime": "^28.1.3",
|
||||
"jest-util": "^28.1.3",
|
||||
"jest-watcher": "^28.1.3",
|
||||
"jest-worker": "^28.1.3",
|
||||
"p-limit": "^3.1.0",
|
||||
"source-map-support": "0.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsd/typescript": "~4.7.4",
|
||||
"@types/exit": "^0.1.30",
|
||||
"@types/graceful-fs": "^4.1.3",
|
||||
"@types/source-map-support": "^0.5.0",
|
||||
"jest-jasmine2": "^28.1.3",
|
||||
"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