Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

19 Zeilen
543 B

  1. {
  2. "name": "lesspass-monorepo",
  3. "repository": "git@github.com:lesspass/lesspass.git",
  4. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  5. "license": "GPL-3.0",
  6. "private": true,
  7. "workspaces": {
  8. "packages": [
  9. "packages/*"
  10. ]
  11. },
  12. "scripts": {
  13. "build": "yarn workspaces foreach --verbose --all --topological-dev run build",
  14. "clean": "yarn workspaces foreach --verbose --all run clean && rm -rf node_modules",
  15. "test": "yarn workspaces foreach --verbose --all run test"
  16. },
  17. "packageManager": "yarn@4.3.1"
  18. }