From b20ba578cb90c6fb2f8d51d72ddc78e75a093fa6 Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Wed, 19 Mar 2025 13:21:40 +0000 Subject: [PATCH] fix(config): Update package metadata --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 512f30b..35a85e8 100644 --- a/package.json +++ b/package.json @@ -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 ", "keywords": [ "node",