TuringsSolutions commited on
Commit
e827acc
·
verified ·
1 Parent(s): d922d99

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +12 -0
package.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "docker_project",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "app.js",
6
+ "scripts": {
7
+ "start": "node app.js"
8
+ },
9
+ "dependencies": {
10
+ "express": "^4.17.1"
11
+ }
12
+ }