flecks/package.json
2022-02-27 21:48:36 -06:00

16 lines
524 B
JSON

{
"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"
}
}