* feat: raise maximum volume * feat: raise maximum volume * feat: raise maximum volume * feat: add volume settings menu * feat: move binding * Update modules/menus/audio/active/SelectedPlayback.ts Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com> --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
30 lines
862 B
JSON
30 lines
862 B
JSON
{
|
|
"name": "hyprpanel",
|
|
"version": "1.0.0",
|
|
"description": "A customizable panel built for Hyprland.",
|
|
"main": "config.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --config .eslintrc.js .",
|
|
"lint:fix": "eslint --config .eslintrc.js . --fix",
|
|
"format": "prettier --write 'modules/**/*.ts'"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^22.5.4",
|
|
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
|
"@typescript-eslint/parser": "^8.5.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.30.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"prettier": "^3.3.3",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|