flecks/package.json

23 lines
1.1 KiB
JSON
Raw Normal View History

2022-02-25 04:58:08 -06:00
{
"name": "@flecks/monorepo",
2024-01-21 06:56:53 -06:00
"version": "3.0.0",
2024-01-10 04:36:02 -06:00
"private": true,
2022-02-28 11:59:16 -06:00
"repository": {
2022-03-07 07:02:31 -06:00
"type": "git",
2024-01-23 21:18:09 -06:00
"url": "git+https://github.com/cha0s/flecks.git"
2022-02-28 11:59:16 -06:00
},
2022-02-25 04:58:08 -06:00
"scripts": {
"build": "lerna run build",
2024-01-26 08:26:59 -06:00
"clean": "lerna exec yarn clean",
2024-01-26 09:47:36 -06:00
"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",
2024-01-26 09:08:57 -06:00
"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",
2022-02-25 04:58:08 -06:00
"lint": "lerna run lint",
2024-01-26 08:26:59 -06:00
"publish": "lerna publish --conventional-commits --contents=dist --registry https://registry.npmjs.org",
"test": "lerna exec 'yarn && yarn test'"
2022-02-25 04:58:08 -06:00
},
"devDependencies": {
2024-01-23 09:06:00 -06:00
"@flecks/build": "*",
2024-01-10 04:36:02 -06:00
"lerna": "^8.0.2"
2022-02-25 04:58:08 -06:00
}
}