flecks/package.json
2022-02-28 12:00:29 -06:00

18 lines
441 B
JSON

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