This repository was archived by the owner on Aug 29, 2022. It is now read-only.
forked from sirsavary/fastify-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.4 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.4 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "fastify-hotql",
"version": "5.1.5",
"description": "Apollo server plugin for Fastify with hot reloading",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"complie": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GrzegorzManiak/fastify-hotql.git"
},
"keywords": [
"fastify",
"apollo",
"graphql",
"apollo-server",
"hothql",
"relodable",
"hot reloading",
"reloading",
"hot reload",
"gql",
"graphiql"
],
"author": "Jesse Savary",
"contributors": [
{
"name": "Nickolena Coop",
"url": "https://github.com/coopnd/"
},
{
"name": "Grzegorz Maniak",
"url": "https://git.grzegorz.ie/"
}
],
"license": "MIT",
"homepage": "https://github.com/GrzegorzManiak/fastify-hotql#readme",
"bugs": {
"url": "https://github.com/GrzegorzManiak/fastify-hotql/issues"
},
"dependencies": {
"apollo-server-core": "^3.6.0",
"apollo-server-module-graphiql": "1.4.0",
"fastify": "^3.2.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/graphql": "^14.5.0",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.180",
"@types/node": "^17.0.0",
"graphql": ">13.0.0",
"graphql-tools": "^8.0.0",
"jest": "^27.5.1",
"nodemon": "^2.0.16",
"ts-node": "^10.6.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.0"
}
}