21 lines
602 B
JSON
21 lines
602 B
JSON
{
|
|
"name": "logsdu",
|
|
"version": "0.3.0",
|
|
"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",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"test": "node --test \"src/**/*.test.ts\"",
|
|
"test:watch": "node --test --watch \"src/**/*.test.ts\""
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"esbuild": "0.25.5",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|