mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
13a3ddd964
Adds new dcspec package containing automatically generated devcontainer schema (using glideapps/quicktype).
17 lines
505 B
JSON
17 lines
505 B
JSON
{
|
|
"_comment": "This version doesn't matter, it's just to allow importing from other repos.",
|
|
"name": "coder",
|
|
"version": "0.0.0",
|
|
"packageManager": "pnpm@9.14.4",
|
|
"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": {
|
|
"markdown-table-formatter": "^1.6.1",
|
|
"markdownlint-cli2": "^0.16.0",
|
|
"quicktype": "^23.0.0"
|
|
}
|
|
}
|