Вы можете запустить следующее Commond
npm config set init.author.name "your name"
или перейдите в файл package.json и отредактируйте имя автора.
package name: (template) template
version: (1.0.0)
description:
entry point: (index.js) bot.js
test command:
git repository:
keywords:
license: (ISC)
About to write to:
{
"name": "template",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rajneesh Shukla",
"license": "ISC"
}