package.json 651 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@jest/schemas",
  3. "version": "29.6.3",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/jestjs/jest.git",
  7. "directory": "packages/jest-schemas"
  8. },
  9. "license": "MIT",
  10. "main": "./build/index.js",
  11. "types": "./build/index.d.ts",
  12. "exports": {
  13. ".": {
  14. "types": "./build/index.d.ts",
  15. "default": "./build/index.js"
  16. },
  17. "./package.json": "./package.json"
  18. },
  19. "dependencies": {
  20. "@sinclair/typebox": "^0.27.8"
  21. },
  22. "engines": {
  23. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  24. },
  25. "publishConfig": {
  26. "access": "public"
  27. },
  28. "gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b"
  29. }