Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package

Tell us what’s happening:
Describe your issue in detail here.
i created the package.json with the right key value pair but the test still fails
Your project link(s)

solution: http://github.com/ntsiu81/freecodecamp_npm/blob/main

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package

Link to the challenge:

the link to the github page where the file is freecodecamp_npm/package.json at main · ntsiu81/freecodecamp_npm · GitHub

if i run this locally obviously it wont run on https
why does the test look for https
http://127.0.0.1:3000/
An unsecure (http) URL cannot be used.