About answer verification

Tell us what’s happening:
When I put my solution link on “Managing Packages with npm - How to Use package.json, the Core of Any Node.js Project or npm Package” it is not verifying the answer even if my answer is right.

Your code so far
{
“name”: “fcc-learn-npm-package-json”,
“author”: “Yash”,
“dependencies”: {
“express”: “^4.14.0”
},
“main”: “server.js”,
“scripts”: {
“start”: “node server.js”
},
“repository”: {
“type”: “git”,
“url”: “https://idontknow/todo.git
}
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package

Link to the challenge: