skolplattformen-backup/package.json

12 lines
193 B
JSON
Raw Normal View History

2020-12-05 21:23:49 +00:00
{
2020-12-05 23:18:01 +00:00
"name": "root",
"private": true,
2020-12-05 21:23:49 +00:00
"devDependencies": {
2020-12-05 23:18:01 +00:00
"lerna": "^3.22.1"
},
"scripts": {
"bootstrap": "npx lerna bootstrap",
"test": "npx lerna run test --stream"
2021-02-08 18:26:22 +00:00
}
2020-12-05 21:23:49 +00:00
}