mirror of
https://mirror.ghproxy.com/https://github.com/CxJuice/ScWeb_Chinese_Translate.git
synced 2024-12-23 06:13:45 +08:00
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
|
{
|
||
|
"name": "my-json-service",
|
||
|
"version": "1.0.0",
|
||
|
"scripts": {
|
||
|
"start": "node server.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"express": "^4.17.1"
|
||
|
}
|
||
|
}
|