WebTools
전체 도구
🇺🇸
EN
🇯🇵
JA
🇨🇳
ZH
🇰🇷
KO
홈
/
도구 목록
/
package.json 생성기
package.json 생성기
Node.js 프로젝트의 package.json 파일을 생성합니다.
Package name
Version
Description
Main entry
License
Author
Module type
Not specified
ESM (module)
CommonJS
Scripts (key: value per line)
start: node index.js build: tsc test: jest lint: eslint .
package.json
{ "name": "my-app", "version": "1.0.0", "main": "index.js", "license": "MIT", "scripts": { "start": "node index.js", "build": "tsc", "test": "jest", "lint": "eslint ." } }
Copy JSON
관련 도구
.gitignore 생성기
Dockerfile 생성기
UUID 생성기
Lorem Ipsum 생성기
이 도구에 대해
Node.js 프로젝트의 package.json 파일을 생성합니다.