npm initnpm init -y
{// 项目名称"name": "yingximu",// 版本(格式:大版本.次要版本.小版本)"version": "1.0.0",// 项目描述"description": "",// 入口文件"main": "index.js",// 脚本命令"scripts": {"test": "echo \"Error: no test specified\" && exit 1"},// --save-dev:开发依赖"devDependencies": {},// 关键词"keywords": [],// 默认 commonjs"type": "commonjs", // ES6模块:"module"// 作者"author": "沐颖汐",// 许可证"license": "ISC"}
