wip build
This commit is contained in:
parent
a2f5eac28c
commit
3ae912d420
11 changed files with 3002 additions and 1 deletions
26
package.json
Normal file
26
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue