Managing Packages with Npm problem?

{
  "name": "fcc-learn-npm-package-json",
  "author": "Priyanshu sharma",
  "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"
  }
}

1 problem and here is my solution but I can’t submitted my project anybody tell me where is the problem.

Here is my project link.

You do need required ‘version’ field such,

"version": "1.0.0"

Still show me this error.
// running tests
package.json should have a valid “author” key
// tests completed

Are you sure you are submitting the live app link ?

Yeah bro I was not share the live app link but not it’s working fine.

which challenge are you on exactly ?

Managing Packages with npm 6th challange.

Oh I see that you misinterpreted the example
“package name”: version
is the format in which you have to write it and not how you actually write it