{ "name": "asusctl-gnome", "version": "4.7.0", "description": "asusctl-gnome a gnome extension exposing some of the base features of asusd in a helpful and easy to use way", "main": "dist/extension.js", "scripts": { "clear": "rm -rf dist", "build:app": "node esbuild.js", "build": "yarn run clear && yarn run build:app", "validate": "tsc --noEmit" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", "adm-zip": "^0.5.10", "esbuild": "^0.17.19", "eslint": "^8.44.0", "typescript": "^5.1.6" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/asus-linux/asusctl.git" }, "keywords": [ "gnome-shell", "extension", "asusctl", "asus", "rog", "gnome", "gjs", "typescript" ], "author": "Armas Spann, Marco Laux, Luke Jones", "license": "MPL-2", "bugs": { "url": "https://gitlab.com/asus-linux/asusctl/issues" }, "homepage": "https://gitlab.com/asus-linux/asusctl/desktop-extensions/gnome#readme" }