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.

52 lines
942 B

  1. {
  2. "name": "jest",
  3. "description": "Delightful JavaScript Testing.",
  4. "version": "26.6.0",
  5. "main": "build/jest.js",
  6. "types": "build/jest.d.ts",
  7. "dependencies": {
  8. "@jest/core": "^26.6.0",
  9. "import-local": "^3.0.2",
  10. "jest-cli": "^26.6.0"
  11. },
  12. "bin": "./bin/jest.js",
  13. "engines": {
  14. "node": ">= 10.14.2"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/facebook/jest"
  19. },
  20. "homepage": "https://jestjs.io/",
  21. "license": "MIT",
  22. "keywords": [
  23. "ava",
  24. "babel",
  25. "coverage",
  26. "easy",
  27. "expect",
  28. "facebook",
  29. "immersive",
  30. "instant",
  31. "jasmine",
  32. "jest",
  33. "jsdom",
  34. "mocha",
  35. "mocking",
  36. "painless",
  37. "qunit",
  38. "runner",
  39. "sandboxed",
  40. "snapshot",
  41. "tap",
  42. "tape",
  43. "test",
  44. "testing",
  45. "typescript",
  46. "watch"
  47. ],
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "gitHead": "b254fd82fdedcba200e1c7eddeaab83a09bdaaef"
  52. }