web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
795 B

  1. {
  2. "name": "jest-watcher",
  3. "description": "Delightful JavaScript Testing.",
  4. "version": "26.6.2",
  5. "main": "build/index.js",
  6. "types": "build/index.d.ts",
  7. "dependencies": {
  8. "@jest/test-result": "^26.6.2",
  9. "@jest/types": "^26.6.2",
  10. "@types/node": "*",
  11. "ansi-escapes": "^4.2.1",
  12. "chalk": "^4.0.0",
  13. "jest-util": "^26.6.2",
  14. "string-length": "^4.0.1"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/facebook/jest",
  19. "directory": "packages/jest-watcher"
  20. },
  21. "bugs": {
  22. "url": "https://github.com/facebook/jest/issues"
  23. },
  24. "engines": {
  25. "node": ">= 10.14.2"
  26. },
  27. "homepage": "https://jestjs.io/",
  28. "license": "MIT",
  29. "publishConfig": {
  30. "access": "public"
  31. },
  32. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
  33. }