flecks/package.json
2024-01-27 17:18:58 -06:00

24 lines
1.0 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:bump": "npm run dox:gh-pages && cd dox && git add . && git commit -m $(git -C .. rev-parse HEAD) && git push origin gh-pages",
"dox:gh-pages": "flecks dox docusaurus && 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 && 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"
}
}