aboutsummaryrefslogtreecommitdiff
path: root/packages/server/package.json
blob: 063220619fb3669dc15d04e841736f95e396f414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "server",
  "version": "1.0.0",
  "private": true,
  "author": "HampusMat",
  "license": "MIT",
  "dependencies": {
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "fastify": "^3.17.0",
    "fastify-static": "^4.2.2",
    "js-yaml": "^4.1.0",
    "nodegit": "^0.27.0",
    "whatwg-url": "^8.5.0"
  },
  "devDependencies": {
    "eslint": "^7.28.0"
  }
}