fix(config): Update package metadata

This commit is contained in:
buzzcode2007 2025-03-19 13:21:40 +00:00
parent ece2ea1936
commit b20ba578cb

View file

@ -1,10 +1,10 @@
{
"name": "fcc-api-projects-boilerplate",
"name": "timestamp-by-fcc",
"version": "0.0.1",
"description": "An FCC Backend Challenge",
"description": "A timestamp generator based on the FCC challenge",
"main": "index.js",
"scripts": {
"start": "node index.js"
"start": "node --watch index.js"
},
"dependencies": {
"express": "^4.12.4",
@ -12,12 +12,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/freeCodeCamp/boilerplate-project-timestamp.git"
"url": "https://codeberg.org/buzzcode2007/fcc-project-timestamp.git"
},
"bugs": {
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
"url": "https://codeberg.org/buzzcode2007/fcc-project-timestamp/issues"
},
"homepage": "https://github.com/freeCodeCamp/boilerplate-project-timestamp#readme",
"homepage": "https://codeberg.org/buzzcode2007/fcc-project-timestamp#readme",
"author": "freeCodeCamp <team@freecodecamp.org>",
"keywords": [
"node",