yarn init
name : 프로젝트명(기본 폴더명)
version : 프로젝트 버전(기본 1.0.0)
description : 수행할 작업 내용
entry point : 첫 실행 위치
repository url : 저장소 위치
author : 작업자(프로젝트 팀이라면 팀명)
license : 라이센스 여부
private : 공개 여부???
응답 후 package.json file 생성됨