package.json 647 B

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