Create start

This commit is contained in:
CxJuice 2023-10-04 23:19:34 +08:00 committed by GitHub
parent 67f24d4b00
commit 4b0281fa43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
start Normal file
View File

@ -0,0 +1,10 @@
{
"name": "my-json-service",
"version": "1.0.0",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1"
}
}