17 lines
480 B
Nix
17 lines
480 B
Nix
# Use this file to add `meta.mainProgram` to packages in `nodePackages`.
|
|
{
|
|
# Packages that provide multiple executables where one is clearly the `mainProgram`.
|
|
"@microsoft/rush" = "rush";
|
|
|
|
# Packages that provide a single executable.
|
|
"@angular/cli" = "ng";
|
|
aws-cdk = "cdk";
|
|
grunt-cli = "grunt";
|
|
gulp-cli = "gulp";
|
|
pulp = "pulp";
|
|
purescript-language-server = "purescript-language-server";
|
|
purescript-psa = "psa";
|
|
purs-tidy = "purs-tidy";
|
|
pscid = "pscid";
|
|
}
|