-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 904 Bytes
/
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
{
"name": "graphql-talk",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@prisma/cli": "^2.0.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"dependencies": {
"@prisma-tools/select": "^0.0.7",
"@prisma/client": "^2.0.0",
"@prisma/engine-core": "^2.0.0-1",
"@types/faker": "^4.1.12",
"@types/node": "^14.0.13",
"apollo-server": "^2.14.3",
"apollo-server-express": "^2.14.3",
"autocannon": "^5.0.1",
"dotenv": "^8.2.0",
"faker": "^4.1.0",
"fastify": "^2.14.1",
"fastify-caching": "^5.0.0",
"fastify-gql": "^4.0.0",
"get-stream": "^5.1.0",
"graphql-tools": "^6.0.9",
"p-map": "^4.0.0",
"pg": "^8.2.1",
"postgres": "^1.0.2",
"quick-lru": "^5.1.1",
"uWebSockets.js": "uNetworking/uWebSockets.js#v18.1.0"
},
"scripts": {
"bench": "ts-node src/bench.ts"
}
}