{ "name": "lesson1", "version": "1.0.0", "main": "index.js", "scripts": { "start": "node index.js", "dev": "nodemon index.js" }, "author": "", "license": "ISC", "description": "", "dependencies": { "chalk": "^4.1.2", "nodemon": "^3.1.7" } }