forked from lynxtaa/awesome-graphql-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 898 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
{
"homepage": "https://github.com/lynxtaa/awesome-graphql-client#readme",
"repository": "https://github.com/lynxtaa/awesome-graphql-client.git",
"license": "MIT",
"author": "Alex Kondratiuk <[email protected]>",
"scripts": {
"build": "cross-env FORCE_COLOR=1 turbo build",
"prepare": "husky install",
"test:coverage": "cross-env FORCE_COLOR=1 turbo test:coverage --concurrency=1",
"validate": "cross-env FORCE_COLOR=1 turbo lint check-types check-format"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"prettier": "@lynxtaa/prettier-config",
"devDependencies": {
"@lynxtaa/prettier-config": "0.2.0",
"awesome-graphql-client": "workspace:*",
"cross-env": "7.0.3",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"turbo": "1.10.14",
"typescript": "5.2.2"
},
"packageManager": "[email protected]"
}