Const
The package.json field a first-party module uses to advertise its CLI plugin.
package.json
e.g. "stone": { "cliPlugin": "./dist/cli.js" } — the value is a path, inside the package, to a module whose default export (or the module itself) is a StoneCliPlugin.
"stone": { "cliPlugin": "./dist/cli.js" }
The
package.jsonfield a first-party module uses to advertise its CLI plugin.e.g.
"stone": { "cliPlugin": "./dist/cli.js" }— the value is a path, inside the package, to a module whose default export (or the module itself) is a StoneCliPlugin.