mirror of
https://github.com/ION606/learn.git
synced 2026-05-15 05:16:56 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "example_dockerfile",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.19.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user