This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
automate/package.json
2021-10-03 18:55:01 +02:00

18 lines
336 B
JSON

{
"name": "@automatisch/root",
"private": true,
"scripts": {
"start:web": "lerna run --scope @*/web start",
"start:backend": "lerna run --scope @*/backend dev"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^4.0.0"
},
"publishConfig": {
"registry": "http://localhost:5000"
}
}