25 lines
643 B
JSON
25 lines
643 B
JSON
{
|
|
"name": "ddcbrightness",
|
|
"version": "0.1.0",
|
|
"description": "A GNOME Extension to control display brightness via DDC/CI using ddcutil",
|
|
"packageManager": "pnpm@12.3.4",
|
|
"type": "module",
|
|
"private": true,
|
|
"author": "Lucas Oskorep <lucas.oskorep@gmail.com>",
|
|
"license": "GPL-3.0-only",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rm -rf dist/*",
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@girs/gjs": "^4.7.0",
|
|
"@girs/gnome-shell": "^50.0.4",
|
|
"eslint": "^10.10.0",
|
|
"eslint-plugin-jsdoc": "^64.3.6",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.69.0"
|
|
}
|
|
}
|