fullscreen-rotate/package.json
2025-08-12 17:28:51 -04:00

26 lines
849 B
JSON

{
"name": "fullscreen-rotate",
"version": "1.0.1",
"description": "An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile.",
"type": "module",
"private": true,
"repository": {
"type": "git",
"url": "git+https://git.federated.nexus/Henry-Hiles/fullscreen-rotate.git"
},
"author": "Henry Hiles",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://git.federated.nexus/Henry-Hiles/fullscreen-rotate/issues"
},
"homepage": "https://git.federated.nexus/Henry-Hiles/fullscreen-rotate",
"devDependencies": {
"eslint": "^9.33.0",
"eslint-plugin-jsdoc": "^52.0.4",
"typescript": "^5.9.2"
},
"dependencies": {
"@girs/gjs": "^4.0.0-beta.25",
"@girs/gnome-shell": "^48.0.2"
}
}