Add testing fields in package.json

This commit is contained in:
H. Saw 2025-03-06 08:28:38 +00:00
parent 2fd1b25f4e
commit 79f6750bb2

View file

@ -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"
}
}