Using a scoped package name when creating a plugin like: ``` ? Project name @phillipskevin/scoped-package ``` creates a package with ```json "name": "phillipskevin-scoped-package", ... "repository": { "type": "git", "url": "git://github.com/phillipskevin/phillipskevin-scoped-package.git" }, ... "main": "dist/cjs/phillipskevin-scoped-package" ... "steal": { "main": "phillipskevin-scoped-package", } ```