aoc/node_modules/@jest/schemas/package.json

30 lines
653 B
JSON
Raw Normal View History

2022-12-03 22:11:42 +00:00
{
"name": "@jest/schemas",
"version": "29.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-schemas"
},
"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": {
"@sinclair/typebox": "^0.24.1"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "75006e46c76f6fda14bbc0548f86edb2ba087cd2"
}