blob: 887bf191e35da3619e630cbc47a0bdfebfb2cfbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "server",
"version": "1.0.0",
"private": true,
"author": "HampusMat",
"license": "MIT",
"dependencies": {
"fastify": "^3.17.0",
"fastify-static": "^4.2.2",
"js-yaml": "^4.1.0",
"nodegit": "^0.27.0",
"whatwg-url": "^8.5.0"
}
}
|