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文件。