Update package.json

This commit is contained in:
CxJuice 2023-10-04 23:42:55 +08:00 committed by GitHub
parent 3b9a594514
commit a4c4055530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@
"name": "json-service",
"version": "1.0.0",
"description": "A simple service to provide JSON data",
"main": "index.js",
"main": "server.js",
"scripts": {
"start": "node index.js"
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1"