-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.66 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "gql-prime",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"compile": "npx tsc",
"check": "npx tsc --noEmit",
"start": "ts-node -r graphql-import-node/register ./src",
"codegen": "graphql-codegen"
},
"author": "",
"license": "WTFPL",
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-resolvers": "^4.0.6",
"@stylistic/eslint-plugin": "^2.10.0",
"@stylistic/eslint-plugin-js": "^2.10.0",
"@stylistic/eslint-plugin-ts": "^2.10.0",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript-eslint": "^7.0.2"
},
"dependencies": {
"@fastify/awilix": "^5.1.0",
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/merge": "^9.0.3",
"@graphql-tools/schema": "^10.0.3",
"@graphql-tools/utils": "^10.1.0",
"ajv": "^8.12.0",
"awilix": "^10.0.1",
"bcrypt": "^5.1.1",
"dataloader": "^2.2.2",
"dotenv": "^16.4.5",
"fastify": "^4.26.2",
"graphql": "^16.8.1",
"graphql-import-node": "^0.0.5",
"jsonwebtoken": "^9.0.2",
"knex": "^3.1.0",
"mercurius": "^13.3.3",
"mysql2": "^3.9.2",
"node-cache": "^5.1.2",
"redis": "^4.6.13"
}
}