Using a scoped package name when creating a plugin like:
? Project name @phillipskevin/scoped-package
creates a package with
"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",
}
Using a scoped package name when creating a plugin like:
creates a package with