package.json 314 B

1234567891011121314
  1. {
  2. "name": "babel-preset-jest",
  3. "version": "21.2.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git"
  7. },
  8. "license": "MIT",
  9. "main": "index.js",
  10. "dependencies": {
  11. "babel-plugin-jest-hoist": "^21.2.0",
  12. "babel-plugin-syntax-object-rest-spread": "^6.13.0"
  13. }
  14. }