{ "name": "@flecks/monorepo", "repository": { "type" : "git", "url" : "https://github.com/cha0s/flecks.git" }, "scripts": { "build": "lerna run build", "lint": "lerna run lint", "publish": "lerna publish --conventional-commits --contents=dist --registry https://registry.npmjs.org", "test": "lerna run test --no-bail -- --silent" }, "dependencies": {}, "devDependencies": { "lerna": "^3.22.1" } }