2026-08-10 14:25:30 -03:00
|
|
|
{
|
|
|
|
|
"name": "logsdu",
|
2026-08-10 15:49:01 -03:00
|
|
|
"version": "0.3.0",
|
2026-08-10 14:25:30 -03:00
|
|
|
"description": "Browser extension that fills and submits a three-field academic portal login.",
|
|
|
|
|
"author": "Ruben Carlo Benante <rcb@beco.cc>",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"private": true,
|
|
|
|
|
"packageManager": "pnpm@9.15.9",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "node esbuild.config.mjs",
|
2026-08-10 14:32:58 -03:00
|
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
|
|
|
"test": "node --test \"src/**/*.test.ts\"",
|
|
|
|
|
"test:watch": "node --test --watch \"src/**/*.test.ts\""
|
2026-08-10 14:25:30 -03:00
|
|
|
},
|
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"esbuild": "0.25.5",
|
|
|
|
|
"typescript": "^5.8.3"
|
|
|
|
|
}
|
|
|
|
|
}
|