he1237596 commited on
Commit
14c167a
·
verified ·
1 Parent(s): ecf6b31

Create package.json

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