mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"_comment": "This version doesn't matter, it's just to allow importing from other repos.",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"format:write:only": "pnpm exec prettier --write"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "3.0.0"
|
|
}
|
|
}
|