{ "name": "root", "private": true, "devDependencies": { "lerna": "^3.14.1" }, "dependencies": {}, "scripts": { "bootstrap": "lerna bootstrap", "build": "lerna run build", "init": "lerna run initialise" } }