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 15:11:55 +02:00

17 lines
279 B
JSON

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