Is it possible to do these challenges without replit or paying for hosting somewhere? Replit keeps trying to get me to pay and fcc doesn’t accept the link I put in, so I don’t know if it’s working or not. I’m pretty sure it’s not, because it’s an easy challenge (to add “author” to the package.json). Thanks
{
"name": "fcc-learn-npm-package-json",
"author": "j",
"dependencies": {
"express": "^4.14.0"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
}
}