package.json 368 B

1234567891011121314151617
  1. {
  2. "name": "jest-message-util",
  3. "version": "22.4.3",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git"
  7. },
  8. "license": "MIT",
  9. "main": "build/index.js",
  10. "dependencies": {
  11. "@babel/code-frame": "^7.0.0-beta.35",
  12. "chalk": "^2.0.1",
  13. "micromatch": "^2.3.11",
  14. "slash": "^1.0.0",
  15. "stack-utils": "^1.0.1"
  16. }
  17. }