-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 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
58
59
60
61
62
63
64
{
"name": "gqlts",
"version": "3.2.21",
"private": true,
"keywords": [
"gqlts",
"graphql",
"axios",
"typescript",
"types-graphql",
"types-graphql-client",
"types-graphql-axios",
"graphql-sdk",
"graphql-sdk-generator",
"graphql-sdk-cli",
"graphql-subscriptions",
"graphql-subscriptions-client",
"graphql-typescript",
"graphql-axios-client",
"graphql-typescript-client",
"graphql-typescript-sdk"
],
"homepage": "https://gqlts.vercel.app",
"repository": "github:meabed/gqlts",
"license": "MIT",
"author": {
"name": "Mohamed Meabed",
"email": "[email protected]",
"url": "https://meabed.com"
},
"maintainers": [
{
"name": "Mohamed Meabed",
"email": "[email protected]",
"url": "https://meabed.com"
}
],
"workspaces": [
"cli",
"runtime"
],
"scripts": {
"buildall": "ultra -r --filter '@gqlts/*' --topology build",
"genall": "ultra -r gen",
"prettier": "prettier --write \"cli/**/*.{ts,tsx,js,jsx}\" \"runtime/**/*.{ts,tsx,js,jsx}\" \"demo-apps/**/*.{ts,tsx,js,jsx}\"",
"test": "ultra -r test",
"tscall": "ultra -r --filter '@gqlts/*' tsc",
"watch": "ultra -r watch"
},
"resolutions": {
"graphql": "16.9.0",
"string-width": "4.2.3",
"strip-ansi": "6.0.1",
"ws": "8.18.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"lerna": "8.1.8",
"prettier": "3.3.3",
"typescript": "5.6.3",
"ultra-runner": "3.10.5"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}