init commit
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "floatbar",
|
||||
"version": "0.0.0",
|
||||
"description": "A TypeScript GNOME Extension",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"repository": {},
|
||||
"author": "Tom Tröger <tomtroeger@mail.com>",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"bugs": {},
|
||||
"sideEffects": false,
|
||||
"devDependencies": {
|
||||
"eslint": "^9.6.0",
|
||||
"eslint-plugin-jsdoc": "^48.5.0",
|
||||
"typescript": "^5.5.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@girs/gjs": "^4.0.0-beta.5",
|
||||
"@girs/gnome-shell": "^46.0.0-beta8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user