We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
개발자가 배포한 패키지에 대해, 사람들이 관리하고 설치하기 쉽게 하기 위한 문서
처음 기본 설정 값으로 package.json을 생성하면
{ "name" : "PROJECT_DIRECTORY" , "version" : "1.0.0" , "description" : "" , "main" : "index.js" , "scripts" : { "test" : "echo \"오류 : 지정된 테스트 없음\" && exit 1" }, "keywords" : [], "author" : "" , "license" : "ISC" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
package.json
개발자가 배포한 패키지에 대해, 사람들이 관리하고 설치하기 쉽게 하기 위한 문서
기본 구성 요소
처음 기본 설정 값으로 package.json을 생성하면
The text was updated successfully, but these errors were encountered: