ags-config/package.json
2025-04-21 00:36:59 +02:00

14 lines
263 B
JSON

{
"dependencies": {
"astal": "/nix/store/33rq2l04zdc0ccbpvy31ximbjy9ldi9w-astal-gjs/share/astal/gjs",
"typescript": "^5.7.1-rc"
},
"name": "astal-shell",
"devDependencies": {
"nodemon": "^3.1.9"
},
"scripts": {
"dev": "nodemon"
}
}