shuarya2011 commited on
Commit
488bbfc
·
verified ·
1 Parent(s): cf15930

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +2 -4
package.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
- "name": "insta-api-tester",
3
  "version": "1.0.0",
4
- "description": "Simple Instagram API Tester",
5
  "main": "app.js",
6
  "dependencies": {
7
  "express": "^4.18.2",
@@ -10,7 +9,6 @@
10
  "body-parser": "^1.20.2"
11
  },
12
  "scripts": {
13
- "start": "node app.js",
14
- "dev": "nodemon app.js"
15
  }
16
  }
 
1
  {
2
+ "name": "hf-storage-api",
3
  "version": "1.0.0",
 
4
  "main": "app.js",
5
  "dependencies": {
6
  "express": "^4.18.2",
 
9
  "body-parser": "^1.20.2"
10
  },
11
  "scripts": {
12
+ "start": "node app.js"
 
13
  }
14
  }