t2
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "hello-world-app",
|
||||
"version": "1.0.0",
|
||||
"description": "简单的Node.js Hello World应用",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
"dev": "node app.js"
|
||||
},
|
||||
"keywords": ["hello", "world", "nodejs", "docker"],
|
||||
"author": "Test User",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user