{ "name": "@flecks/monorepo", "repository": "https://github.com/cha0s/flecks", "scripts": { "build": "lerna run build", "lint": "lerna run lint", "postpublish": "lerna exec yarn -- --registry https://registry.npmjs.org install && git commit -am 'chore: bump locks'", "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" } }