Files
node-js-test/node_modules/jest/package.json
T

75 lines
1.5 KiB
JSON
Raw Normal View History

2026-05-19 22:10:51 -07:00
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "28.1.3",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"./package.json": "./package.json",
"./bin/jest": "./bin/jest.js"
},
"dependencies": {
"@jest/core": "^28.1.3",
"@jest/types": "^28.1.3",
"import-local": "^3.0.2",
"jest-cli": "^28.1.3"
},
"devDependencies": {
"@tsd/typescript": "~4.7.4",
"tsd-lite": "^0.5.6"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"node-notifier": {
"optional": true
}
},
"bin": "./bin/jest.js",
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest"
},
"homepage": "https://jestjs.io/",
"license": "MIT",
"keywords": [
"ava",
"babel",
"coverage",
"easy",
"expect",
"facebook",
"immersive",
"instant",
"jasmine",
"jest",
"jsdom",
"mocha",
"mocking",
"painless",
"qunit",
"runner",
"sandboxed",
"snapshot",
"tap",
"tape",
"test",
"testing",
"typescript",
"watch"
],
"publishConfig": {
"access": "public"
},
"gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
}