package.json 357 B

1234567891011121314151617
  1. {
  2. "name": "jest-validate",
  3. "version": "22.4.4",
  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. "chalk": "^2.0.1",
  12. "jest-config": "^22.4.4",
  13. "jest-get-type": "^22.1.0",
  14. "leven": "^2.1.0",
  15. "pretty-format": "^22.4.0"
  16. }
  17. }