hippofish/packages/sw/package.json
naskya 2f12da683d
meta: clarify the licenses
Note that the only authors of packages/macro-rs are @naskya and @sup39
at this moment, and they are agreed upon this change.

Also note that packages/firefish-js is forked from
https://github.com/misskey-dev/misskey.js
which is licensed under the MIT License.

Co-authored-by: sup39 <dev@sup39.dev>
2024-07-09 18:33:41 +09:00

18 lines
405 B
JSON

{
"name": "sw",
"private": true,
"type": "module",
"license": "AGPL-3.0-only",
"scripts": {
"build": "pnpm vite build --emptyOutDir",
"build:debug": "pnpm run build",
"lint": "pnpm biome check *.ts --apply",
"format": "pnpm biome format * --write"
},
"devDependencies": {
"firefish-js": "workspace:*",
"idb-keyval": "6.2.1",
"vite": "5.3.3",
"vite-plugin-compression": "0.5.1"
}
}