mirror of
https://mirror.ghproxy.com/https://github.com/CxJuice/ScWeb_Chinese_Translate.git
synced 2024-12-23 02:43:46 +08:00
13 lines
231 B
JSON
13 lines
231 B
JSON
{
|
|
"name": "json-service",
|
|
"version": "1.0.0",
|
|
"description": "A simple service to provide JSON data",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1"
|
|
}
|
|
}
|