12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@jest/globals",
- "version": "27.4.6",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git",
- "directory": "packages/jest-globals"
- },
- "engines": {
- "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
- },
- "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/environment": "^27.4.6",
- "@jest/types": "^27.4.2",
- "expect": "^27.4.6"
- },
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "644d2d3e53536b0d67e395c0f35f8555a67beb1e"
- }
|