You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
830 B

  1. {
  2. "name": "lesspass",
  3. "version": "1.0.0",
  4. "description": "LessPass mono repo",
  5. "repository": "https://github.com/lesspass/lesspass",
  6. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  7. "license": "GPL-3.0",
  8. "private": true,
  9. "scripts": {
  10. "test": "yarn workspaces run test"
  11. },
  12. "workspaces": {
  13. "packages": [
  14. "packages/*"
  15. ],
  16. "nohoist": [
  17. "**/react-native",
  18. "**/react-native/**"
  19. ]
  20. },
  21. "devDependencies": {
  22. "@babel/core": "7.2.2",
  23. "babel-core": "7.0.0-bridge.0",
  24. "babel-jest": "23.6.0",
  25. "babel-preset-react-native": "5.0.2",
  26. "jest": "23.6.0",
  27. "karma": "^3.1.4",
  28. "karma-chrome-launcher": "^2.2.0",
  29. "karma-mocha": "^1.3.0",
  30. "karma-webpack": "^3.0.5",
  31. "mocha": "^5.2.0",
  32. "react-test-renderer": "16.4.1",
  33. "webpack": "4.19.1"
  34. }
  35. }