initial commit
This commit is contained in:
commit
ed206ad7e5
12 changed files with 791 additions and 0 deletions
14
package.json
Normal file
14
package.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue