Replace the empty LICENSE placeholders with the verbatim GNU AGPL v3 text, fix the invalid "AGPLv3" SPDX string in the package metadata, and name Melvin Strobl as the copyright holder wherever the old footers said "Fluksio ... all rights reserved". Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
16 lines
376 B
JSON
16 lines
376 B
JSON
{
|
|
"name": "fluksio-app",
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"workspaces": [
|
|
"frontend"
|
|
],
|
|
"scripts": {
|
|
"dev": "bun run --filter frontend dev",
|
|
"lint": "bun run --filter frontend lint",
|
|
"format": "bun run --filter frontend format",
|
|
"test": "bun run --filter frontend test",
|
|
"test:ui": "bun run --filter frontend test:ui"
|
|
}
|
|
}
|