mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
10 lines
183 B
JSON
10 lines
183 B
JSON
{
|
|
"name": "lysand-api",
|
|
"private": true,
|
|
"workspaces": ["federation"],
|
|
"scripts": {
|
|
"lint": "bunx @biomejs/biome check .",
|
|
"build": "echo 'Not implemented :(' && exit 1"
|
|
}
|
|
}
|