{
"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.