I have no Idea how to start this curriculum. I believe I already read and search, did I miss something? Sorry if I have a wrong format.
it says:
// running tests package.json should have a valid "author" key // tests completed
Below is my code on repl, and Here’s the link to my repl: here
{
"name": "fcc-learn-npm-package-json",
"author": "panzerstrike",
"dependencies": {
"express": "^4.14.0"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "8.11.2"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
}
}
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36.
Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package
Link to the challenge:

