OptionaldestOptionalpackageOptionalsrcOptionalstartersStarter links (git/npm/local) to fetch, e.g. github:owner/repo, @acme/stone-starters,
./my-starter. Also set via --starters link1,link2. Empty = the built-in default link.
The CLI stays agnostic: each linked package declares its own starters via stone.starters
in its package.json. Installed starter packages are additionally auto-detected (0-config).
OptionaltemplateTrue when the starter was named explicitly with --starter <id>, so an id that matches no
entry must fail instead of silently falling back to the first available starter.
Configuration for creating a new Stone.js Application. Used internally by the
initcommand.