mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 22:48:02 +03:00
8 lines
91 B
JSON
8 lines
91 B
JSON
|
{
|
||
|
"name": "app",
|
||
|
"dependencies": {
|
||
|
"typescript": "^5.1.6"
|
||
|
},
|
||
|
"bin": "app.js"
|
||
|
}
|