ags init
This commit is contained in:
parent
4f6a0c34d5
commit
6f25d234c3
8 changed files with 253 additions and 0 deletions
13
ags/package.json
Normal file
13
ags/package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "ags",
|
||||
"module": "config.js",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@girs/gnome-shell": "^46.0.0",
|
||||
"@types/bun": "latest",
|
||||
"ts-for-gir": "^1.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue