How do i fix this package.json bug?

the console keeps saying:
“parse error: Expected another key-value pair at line 17, column 3”
{
“name”: “clawbot”,
“version”: “1.0.0”,
“description”: “my own personal bot”,
“main”: “index.js”,
“engines”: {
“node”: “8.9.4”,
“npm”: “5.6.0”
},
“dependencies”: {
“discord.js”: “^11.3.0”
},
“devDependencies”: {},
“scripts”: {
“test”: “echo “Error: no test specified” && exit 1”,
“start”: “node index.js”
},
“repository”: {
“type”: “git”,
“url”: “git+https://github.com/helpihavebug/clawbot.git”,
},
“author”: “claw33”,
“license”: “ISC”,
“bugs”: {
“url”: “https://github.com/helpihavebug/clawbot/issues
},
“homepage”: “https://github.com/helpihavebug/clawbot#readme
}

nevermind its fixed

For reference, this wasn’t a bug but caused by malformed JSON such as the extra comma after clawbot.git”.