api/package.json

10 lines
183 B
JSON
Raw Normal View History

{
"name": "lysand-api",
"private": true,
"workspaces": ["federation"],
"scripts": {
"lint": "bunx @biomejs/biome check .",
"build": "echo 'Not implemented :(' && exit 1"
}
}