mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 14:31:55 +03:00
42838c5909
- name example more consistently, eg. `{language}-packaging-{feature}` or `{language}-local-development-{feature}` - move some examples to the modules integration tests directory instead as their purpose was mainly testing and they weren't good example - module owned checks: import via flake if available
9 lines
113 B
JSON
9 lines
113 B
JSON
{
|
|
"name": "app",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"bin": "app.js"
|
|
}
|