-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"private": true,
"name": "graphql-go",
"version": "1.0.0",
"type": "module",
"description": "graphql-go",
"repository": {
"type": "git",
"url": "git+https://github.com/olyop/objectgraph.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/olyop/objectgraph-go/issues"
},
"homepage": "https://github.com/olyop/objectgraph-go#readme",
"volta": {
"node": "20.14.0",
"npm": "10.8.1"
},
"devDependencies": {
"@graphql-codegen/add": "5.0.3",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.3.3",
"@graphql-codegen/near-operation-file-preset": "3.0.0",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-resolvers": "4.2.1",
"@oly_op/cspell-dict": "1.1.16",
"@oly_op/eslint-config": "6.7.23",
"@oly_op/eslint-config-graphql": "1.1.0",
"@oly_op/eslint-config-react": "4.3.11",
"@oly_op/prettier-config": "1.9.7",
"@oly_op/tsconfig": "1.2.3",
"@parcel/watcher": "2.4.1",
"@parcel/watcher-linux-x64-glibc": "2.4.1",
"npm-check-updates": "17.0.6",
"ts-node": "10.9.2"
},
"overrides": {
"eslint-config-airbnb-typescript": {
"eslint": "8.57.0",
"@typescript-eslint/parser": "7.12.0",
"@typescript-eslint/eslint-plugin": "7.12.0"
}
}
}