Files
coder/package.json
T
Bruno Quaresma f3083226ab chore: add package manager (#12551)
Every time I run `pnpm` in the project it adds the package manager attribute on package.json so I just decided to push it since it does not look like an issue and we can make sure everyone is running the same pnpm version.
2024-03-12 10:44:23 -03:00

17 lines
425 B
JSON

{
"_comment": "This version doesn't matter, it's just to allow importing from other repos.",
"name": "coder",
"version": "0.0.0",
"scripts": {
"format": "prettier --cache --write",
"storybook": "pnpm run -C site/ storybook"
},
"devDependencies": {
"prettier": "3.0.0"
},
"dependencies": {
"exec": "^0.2.1"
},
"packageManager": "pnpm@8.14.0+sha1.bb42032ff80dba5f9245bc1b03470d2fa0b7fb2f"
}