I am learning backend side using node.js and express framework.
I added modules by npm install *** --save
.
After several hours i noticed that my project didn't contain package.json file.
There's only package-lock.json
I am now trying to add test command to use nodemon.
Like dev: nodemon app.js
.
but there's no such part in package-lock.json file.
I don't want to start from scratch again.