npm initnpm init을 하면, 패키지를 구성하기 위한 속성들을 커맨드라인에서 입력하게된다.패키지명, 버전, 설명, 진입점, 테스트커맨드, 깃주소, 키워드, 작성자, 라이센스 등을 설정할 수 있다.C:\한컴개발\노드js>npm initThis utility will walk you through creating a package.json file.It only covers the most common items, and tries to guess sensible defaults.See `npm help init` for definitive documentation on these fieldsand exactly what they do.Use `npm install ` afterwards to in..