Files
automatisch/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"
}
}