mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-27 00:14:35 +03:00
10 lines
126 B
JSON
10 lines
126 B
JSON
|
{
|
||
|
"name": "cli",
|
||
|
"version": "1.0.0",
|
||
|
"bin": {
|
||
|
"cli": "bin/cli.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"lib": "^1.0.0"
|
||
|
}
|
||
|
}
|