-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.23 KB
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
{
"name": "apollo-link-debug",
"version": "0.1.0",
"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": "jest"
},
"dependencies": {
"cookie": "^1.0.2",
"cross-fetch": "^4.1.0"
},
"devDependencies": {
"@apollo/client": "^3.13.8",
"@commitlint/cli": "20.1.0",
"@commitlint/config-conventional": "20.0.0",
"@eslint/js": "^9.36.0",
"@swc/core": "^1.13.5",
"@swc/jest": "^0.2.39",
"@types/jest": "^30.0.0",
"@types/node": "^24.6.1",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"graphql": "^16.6.0",
"husky": "^9.1.7",
"jest": "^30.2.0",
"jest-junit": "^16.0.0",
"prettier": "3.6.2",
"react": "^19.1.0",
"sort-package-json": "^3.4.0",
"ts-node": "^10.9.2",
"turbo": "^2.5.8",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0"
},
"packageManager": "npm@10.9.2"
}