wip build

This commit is contained in:
Henry Hiles 2025-08-10 12:42:50 -04:00
commit 3ae912d420
No known key found for this signature in database
11 changed files with 3002 additions and 1 deletions

26
package.json Normal file
View file

@ -0,0 +1,26 @@
{
"name": "auto-rotate",
"version": "1.0.0",
"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/auto-rotate.git"
},
"author": "Henry Hiles",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://git.federated.nexus/Henry-Hiles/auto-rotate/issues"
},
"homepage": "https://git.federated.nexus/Henry-Hiles/auto-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"
}
}