ScWeb_Chinese_Translate/package.json

13 lines
230 B
JSON
Raw Normal View History

2023-10-04 23:21:55 +08:00
{
"name": "json-service",
"version": "1.0.0",
"description": "A simple service to provide JSON data",
2023-12-14 19:32:05 +08:00
"main": "index.js",
2023-10-04 23:21:55 +08:00
"scripts": {
2023-12-15 09:49:02 +08:00
"start": "node index.js"
2023-10-04 23:21:55 +08:00
},
"dependencies": {
"express": "^4.17.1"
2023-12-14 19:35:06 +08:00
}
2023-10-04 23:21:55 +08:00
}