-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "bolognajs-graphql-meetup",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node src",
"dev": "nodemon src",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npm run lint:standard",
"db:migrate": "node migrate.js",
"lint:fix": "standard --fix",
"lint:standard": "standard | snazzy"
},
"keywords": [],
"author": "Davide Fiorello",
"license": "ISC",
"dependencies": {
"@fastify/autoload": "5.4.1",
"@fastify/postgres": "5.1.0",
"@fastify/under-pressure": "8.1.0",
"@graphql-tools/load-files": "6.6.1",
"@graphql-tools/schema": "9.0.9",
"close-with-grace": "1.1.0",
"env-schema": "5.1.0",
"fastify": "4.9.2",
"fastify-plugin": "4.3.0",
"fluent-json-schema": "4.0.0",
"graphql": "16.6.0",
"graphql-modules": "2.1.0",
"mercurius": "11.3.0",
"pg": "8.8.0",
"pg-connection-string": "2.5.0",
"pino": "8.7.0",
"pino-pretty": "9.1.1",
"under-pressure": "6.1.0"
},
"devDependencies": {
"nodemon": "2.0.20",
"postgrator": "7.1.1",
"snazzy": "^9.0.0",
"standard": "^17.0.0"
}
}