package.json 327 B

12345678910111213141516
  1. {
  2. "name": "jest-validate",
  3. "version": "21.2.1",
  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-get-type": "^21.2.0",
  13. "leven": "^2.1.0",
  14. "pretty-format": "^21.2.1"
  15. }
  16. }