28 lines
729 B
JSON
28 lines
729 B
JSON
{
|
|
"name": "prettyborders",
|
|
"version": "0.1.0",
|
|
"description": "A TypeScript GNOME Extension for Pretty Borders",
|
|
"type": "module",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/example/my-extension.git"
|
|
},
|
|
"author": "Lucas Oskorep <lucas.oskorep@gmail.com>",
|
|
"license": "LGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/example/my-extension/issues"
|
|
},
|
|
"homepage": "https://github.com/example/my-extension#readme",
|
|
"sideEffects": false,
|
|
"devDependencies": {
|
|
"eslint": "^9.14.0",
|
|
"eslint-plugin-jsdoc": "^50.4.3",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@girs/gjs": "^4.0.0-beta.18",
|
|
"@girs/gnome-shell": "^47.0.0"
|
|
}
|
|
}
|