mirror of
https://github.com/beekeeper-studio/beekeeper-studio.git
synced 2026-03-13 10:12:54 +08:00
12 lines
273 B
JSON
12 lines
273 B
JSON
{
|
|
"name": "bks-root",
|
|
"version": "1.0.0",
|
|
"repository": "git@github.com:beekeeper-studio/beekeeper-studio.git",
|
|
"author": "Matthew Rathbone <matthew.rathbone@gmail.com>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": ["packages/*"]
|
|
}
|
|
}
|