aboutsummaryrefslogtreecommitdiff
path: root/entries/braxtonhall/express/package.json
blob: bca386cc74377f26494ff7200509751c0c8c0164 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "fib",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "start": "node index.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.1.3",
    "express": "^4.18.2"
  }
}