mirror of https://github.com/buster-so/buster.git
13 lines
307 B
JSON
13 lines
307 B
JSON
{
|
|
"name": "@buster-app/api-legacy",
|
|
"version": "0.0.1",
|
|
"description": "Legacy API for Buster. This package.json is just used to make the build and dev work.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "make fast-no-migrations"
|
|
},
|
|
"dependencies": {
|
|
"@buster/database": "workspace:*"
|
|
}
|
|
}
|