-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 911 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 911 Bytes
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
{
"name": "-",
"homepage": "https://github.com/lynxtaa/awesome-graphql-client#readme",
"repository": "https://github.com/lynxtaa/awesome-graphql-client.git",
"license": "MIT",
"author": "Alex Kondratiuk <lynxtaa@gmail.com>",
"type": "module",
"scripts": {
"build": "turbo build",
"prepare": "husky",
"release": "pnpm -F awesome-graphql-client run release",
"test:coverage": "turbo test:coverage --concurrency=1",
"validate": "turbo lint check-types check-format"
},
"prettier": "@lynxtaa/prettier-config",
"devDependencies": {
"@lynxtaa/prettier-config": "catalog:",
"awesome-graphql-client": "workspace:*",
"husky": "9.1.7",
"prettier": "catalog:",
"pretty-quick": "4.2.2",
"turbo": "2.10.0",
"typescript": "catalog:",
"typescript-7": "catalog:"
},
"packageManager": "pnpm@11.9.0",
"engines": {
"node": "^22.12.0 || >=24"
}
}