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.
 
 
 
 
 
 

30 lines
728 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. ],
  15. "devDependencies": {
  16. "@babel/core": "7.2.2",
  17. "babel-core": "7.0.0-bridge.0",
  18. "babel-jest": "23.6.0",
  19. "babel-preset-react-native": "5.0.2",
  20. "jest": "23.6.0",
  21. "karma": "^3.1.4",
  22. "karma-chrome-launcher": "^2.2.0",
  23. "karma-mocha": "^1.3.0",
  24. "karma-webpack": "^3.0.5",
  25. "mocha": "^5.2.0",
  26. "react-test-renderer": "16.4.1",
  27. "webpack": "4.19.1"
  28. }
  29. }