Update package.json

This commit is contained in:
Yingxi H 2023-12-14 17:49:02 -08:00 committed by GitHub
parent bcf6e63766
commit 7d3c7f1d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"description": "A simple service to provide JSON data",
"main": "index.js",
"scripts": {
"start": "node server.js"
"start": "node index.js"
},
"dependencies": {
"express": "^4.17.1"