-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1005 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "apollo-link-debug",
"version": "1.0.1",
"private": true,
"homepage": "https://github.com/bashaus/apollo-link-debug",
"repository": {
"type": "git",
"url": "https://github.com/bashaus/apollo-link-debug.git"
},
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"lint": "turbo run lint",
"prepare": "husky",
"test": "vitest run",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@apollo/client": "^4.2.12",
"@commitlint/cli": "21.2.2",
"@commitlint/config-conventional": "21.2.2",
"@types/node": "^26.2.0",
"@vitest/coverage-v8": "^4.1.10",
"eslint": "^10.8.1",
"graphql": "^17.0.2",
"husky": "^9.1.7",
"prettier": "3.9.6",
"react": "^19.1.0",
"turbo": "^2.10.10",
"typescript": "^6.0.3",
"vitest": "^4.1.10"
},
"peerDependencies": {
"@apollo/client": "^4"
},
"packageManager": "npm@10.9.2"
}