Update package.json

This commit is contained in:
CxJuice 2023-12-14 19:32:05 +08:00 committed by GitHub
parent de5dd7bcce
commit cb3fc8b876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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