From 79f6750bb2045cc0e37bbfd500397603a8840a4f Mon Sep 17 00:00:00 2001 From: "H. Saw" <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Thu, 6 Mar 2025 08:28:38 +0000 Subject: [PATCH] Add testing fields in package.json --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7dcf5e6..aa87f33 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,10 @@ { - "name": "fcc-learn-npm-package-json", + "name": "freecodecamp-npm-tutorial", + "author": "buzzcode2007", + "description": "Testing playground for APIs", + "keywords": [ "testing", "back-end", "APIs", "freecodecamp" ], + "license": "BSD", + "version": "0.0.1", "dependencies": { "express": "^4.14.0" }, @@ -9,6 +14,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/freeCodeCamp/boilerplate-npm.git" + "url": "https://github.com/buzz-lightsnack-2007/boilerplate-npm.git" } }