flecks/package.json
2024-01-26 09:47:36 -06:00

23 lines
1.1 KiB
JSON

{
"name": "@flecks/monorepo",
"version": "3.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git"
},
"scripts": {
"build": "lerna run build",
"clean": "lerna exec yarn clean",
"dox:gh-pages": "flecks dox docusaurus -r @flecks=https://github.com/cha0s/flecks/tree/master/packages -r ':([0-9]+):[0-9]=#L$1' && cd website && DOCUSAURUS_GENERATED_FILES_DIR_NAME=node_modules/.cache/docusaurus node_modules/.bin/docusaurus build --out-dir ../dox-tmp && cd .. && rm -rf dox/* && mv dox-tmp/* dox && rmdir dox-tmp",
"dox": "flecks dox docusaurus -r @flecks=https://github.com/cha0s/flecks/tree/master/packages -r ':([0-9]+):[0-9]=#L$1' && cd website && DOCUSAURUS_GENERATED_FILES_DIR_NAME=node_modules/.cache/docusaurus node_modules/.bin/docusaurus",
"lint": "lerna run lint",
"publish": "lerna publish --conventional-commits --contents=dist --registry https://registry.npmjs.org",
"test": "lerna exec 'yarn && yarn test'"
},
"devDependencies": {
"@flecks/build": "*",
"lerna": "^8.0.2"
}
}