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