Guest User

Untitled

a guest
Mar 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2. "name": "demo-redux",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "thunk.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@types/jest": "^22.2.0",
  14. "jest": "^22.4.2",
  15. "ts-jest": "^22.4.1",
  16. "ts-node": "^5.0.1",
  17. "typescript": "^2.7.2",
  18. "typescript-fsa": "^2.5.0",
  19. "typescript-fsa-reducers": "^0.4.5"
  20. },
  21. "jest": {
  22. "transform": {
  23. "^.+\\.tsx?$": "ts-jest"
  24. },
  25. "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
  26. "moduleFileExtensions": [
  27. "ts",
  28. "tsx",
  29. "js",
  30. "jsx",
  31. "json",
  32. "node"
  33. ]
  34. }
  35. }
Add Comment
Please, Sign In to add comment