mirror of
https://github.com/zoriya/ags.git
synced 2025-12-06 00:06:10 +00:00
* rework widget subclassing #121 * remove Utils.connect, add Widget.bind, Widget.connectTo * add: types for on_event fields * bump version to 1.5.1 * export service classes and named instance constants * add starter config example
25 lines
623 B
JSON
25 lines
623 B
JSON
{
|
|
"name": "ags",
|
|
"version": "1.5.1",
|
|
"description": "description",
|
|
"main": "src/main.ts",
|
|
"repository": "",
|
|
"author": "Aylur",
|
|
"license": "GPL",
|
|
"dependencies": {
|
|
"typescript": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@girs/dbusmenugtk3-0.4": "^0.4.0-3.2.0",
|
|
"@girs/gtk-3.0": "^3.24.39-3.2.2",
|
|
"@girs/gvc-1.0": "^1.0.0-3.1.0",
|
|
"@girs/nm-1.0": "^1.43.1-3.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
|
"@typescript-eslint/parser": "^5.33.0",
|
|
"eslint": "^8.42.0"
|
|
},
|
|
"scripts": {
|
|
"test": "eslint ."
|
|
}
|
|
}
|