ScWeb_Chinese_Translate/start

11 lines
174 B
Plaintext
Raw Normal View History

2023-10-04 23:19:34 +08:00
{
2023-10-04 23:21:22 +08:00
"name": "json-service",
2023-10-04 23:19:34 +08:00
"version": "1.0.0",
"scripts": {
2023-11-29 11:38:25 +08:00
"start": "python3.8 script.py && node server.js"
2023-10-04 23:19:34 +08:00
},
"dependencies": {
"express": "^4.17.1"
}
}