mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
23 lines
746 B
JSON
23 lines
746 B
JSON
{
|
|
"_comment": "This version doesn't matter, it's just to allow importing from other repos.",
|
|
"name": "@coder/coder",
|
|
"version": "0.0.0",
|
|
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
|
|
"scripts": {
|
|
"format-docs": "markdown-table-formatter $(find docs -name '*.md') *.md",
|
|
"lint-docs": "markdownlint-cli2 --fix $(find docs -name '*.md') *.md",
|
|
"storybook": "pnpm run -C site/ storybook"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.4.10",
|
|
"markdown-table-formatter": "^1.6.1",
|
|
"markdownlint-cli2": "^0.16.0",
|
|
"quicktype": "^23.0.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"brace-expansion": "1.1.12"
|
|
}
|
|
}
|
|
}
|