|
- {
- "name": "lesspass-monorepo",
- "repository": "git@github.com:lesspass/lesspass.git",
- "author": "Guillaume Vincent <guillaume@oslab.fr>",
- "license": "GPL-3.0",
- "private": true,
- "workspaces": {
- "packages": [
- "packages/*"
- ]
- },
- "scripts": {
- "build": "yarn workspaces foreach --verbose --all --topological-dev run build",
- "clean": "yarn workspaces foreach --verbose --all run clean && rm -rf node_modules",
- "test": "yarn workspaces foreach --verbose --all run test"
- },
- "packageManager": "yarn@4.5.1"
- }
|