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 line
683 B

  1. {
  2. "name": "lesspass-root",
  3. "description": "Stateless Password Manager",
  4. "repository": "git@github.com:lesspass/lesspass.git",
  5. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  6. "license": "GPL-3.0",
  7. "private": true,
  8. "workspaces": {
  9. "packages": [
  10. "packages/*"
  11. ],
  12. "nohoist": [
  13. "**/lesspass-pure"
  14. ]
  15. },
  16. "devDependencies": {
  17. "@types/jest": "^27.0.3",
  18. "browserify": "^17.0.0",
  19. "jest": "^27.4.5",
  20. "jest-cli": "^27.4.5",
  21. "karma": "^6.3.4",
  22. "karma-browserify": "^8.1.0",
  23. "karma-chrome-launcher": "^3.1.0",
  24. "karma-mocha": "^2.0.1",
  25. "mocha": "^9.1.2",
  26. "ts-jest": "^27.1.2",
  27. "typescript": "^4.5.2"
  28. }
  29. }