repo: set up package.json in root

This commit is contained in:
dumbmoron
2024-08-03 09:31:59 +00:00
parent 350e1d4d4f
commit e50b4b0328

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "cobalt",
"packageManager": "pnpm@9.6.0",
"engines": {
"pnpm": ">=9"
}
}