Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "name": "schemas2",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "jest --projects ./src --watch --testPathPattern=.test.js$"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "lodash": "^4.17.11"
  13. },
  14. "devDependencies": {
  15. "@babel/preset-env": "^7.4.3",
  16. "@babel/cli": "^7.2.3",
  17. "@babel/core": "^7.4.0",
  18. "jest": "^24.7.1"
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement