File size: 327 Bytes
257406b
 
 
 
 
 
 
 
 
 
 
 
0e0a96a
228d139
 
8323c1b
257406b
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "my-app",
  "version": "1.0.0",
  "description": "My Node.js app",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express":"^4.18.2",
    "node-fetch": "2.6.6",
    "js-yaml": "latest",
    "btoa": "latest"
  }
}