1# Use this file to add `meta.mainProgram` to packages in `nodePackages`.
2{
3 # Packages that provide multiple executables where one is clearly the `mainProgram`.
4 "@antfu/ni" = "ni";
5 "@electron-forge/cli" = "electron-forge";
6 "@microsoft/rush" = "rush";
7 "@webassemblyjs/cli-1.11.1" = "wasm2wast";
8
9 # Packages that provide a single executable.
10 "@angular/cli" = "ng";
11 "@babel/cli" = "babel";
12 "@commitlint/cli" = "commitlint";
13 "@gitbeaker/cli" = "gitbeaker";
14 "@uppy/companion" = "companion";
15 "@webassemblyjs/repl-1.11.1" = "wasm";
16 "@webassemblyjs/wasm-strip" = "wasm-strip";
17 "@webassemblyjs/wasm-text-gen-1.11.1" = "wasmgen";
18 "@webassemblyjs/wast-refmt-1.11.1" = "wast-refmt";
19 aws-cdk = "cdk";
20 cdk8s-cli = "cdk8s";
21 clipboard-cli = "clipboard";
22 conventional-changelog-cli = "conventional-changelog";
23 cpy-cli = "cpy";
24 diff2html-cli = "diff2html";
25 fast-cli = "fast";
26 fauna-shell = "fauna";
27 fkill-cli = "fkill";
28 fleek-cli = "fleek";
29 grunt-cli = "grunt";
30 gulp-cli = "gulp";
31 jsonlint = "jsonlint";
32 localtunnel = "lt";
33 lua-fmt = "luafmt";
34 parsoid = "parse.js";
35 poor-mans-t-sql-formatter-cli = "sqlformat";
36 pulp = "pulp";
37 purescript-language-server = "purescript-language-server";
38 purescript-psa = "psa";
39 purs-tidy = "purs-tidy";
40 purty = "purty";
41 pscid = "pscid";
42}