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": {
|
2024-02-09 01:11:27 -06:00
|
|
|
"build": "node build/tasks npm run build",
|
2024-02-04 09:16:09 -06:00
|
|
|
"ci": "act -j verify",
|
2024-01-27 17:18:58 -06:00
|
|
|
"dox:bump": "npm run dox:gh-pages && cd dox && git add . && git commit -m $(git -C .. rev-parse HEAD) && git push origin gh-pages",
|
2024-01-27 12:55:29 -06:00
|
|
|
"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",
|
2024-01-30 09:26:40 -06:00
|
|
|
"dox:serve": "flecks dox docusaurus && cd website && DOCUSAURUS_GENERATED_FILES_DIR_NAME=node_modules/.cache/docusaurus node_modules/.bin/docusaurus build --no-minify --out-dir ../dox-tmp && node_modules/.bin/docusaurus serve --dir ../dox-tmp",
|
2024-01-27 12:55:29 -06:00
|
|
|
"dox": "flecks dox docusaurus && cd website && DOCUSAURUS_GENERATED_FILES_DIR_NAME=node_modules/.cache/docusaurus node_modules/.bin/docusaurus",
|
2024-02-09 01:11:27 -06:00
|
|
|
"lint": "node build/tasks npm run lint",
|
|
|
|
"publish": "node build/publish --provenance",
|
|
|
|
"test": "node build/tasks npm run -- test -t 300000"
|
2022-02-25 04:58:08 -06:00
|
|
|
},
|
2024-02-03 20:31:35 -06:00
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
2024-02-09 01:11:27 -06:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"@npmcli/arborist": "^7.3.1"
|
|
|
|
}
|
2022-02-25 04:58:08 -06:00
|
|
|
}
|