mirror of
https://ghfast.top/https://github.com/CxJuice/ScWeb_Chinese_Translate.git
synced 2025-03-10 19:01:23 +08:00
Create package.json
This commit is contained in:
parent
65c75bc1d8
commit
1636c7da17
15
package.json
Normal file
15
package.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"engines": {
|
||||
"node": "14.x"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user