mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
29 lines
782 B
JSON
29 lines
782 B
JSON
{
|
|
"name": "ags-config",
|
|
"version": "1.0.0",
|
|
"description": "AGS starter configuration",
|
|
"main": "config.js",
|
|
"author": "Aylur",
|
|
"scripts": {
|
|
"format:fix": "prettier --write ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Aylur/ags.git"
|
|
},
|
|
"devDependencies": {
|
|
"@theaninova/prettier-config": "^1.0.0",
|
|
"@girs/dbusmenugtk3-0.4": "^0.4.0-3.2.0",
|
|
"@girs/gobject-2.0": "^2.76.1-3.2.3",
|
|
"@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.44.0",
|
|
"prettier": "^3.1.0",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"prettier": "@theaninova/prettier-config"
|
|
}
|