-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 5.21 KB
/
Copy pathpackage.json
File metadata and controls
117 lines (117 loc) · 5.21 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "httpx-monorepo",
"private": true,
"license": "MIT",
"author": {
"name": "Vanvelthem Sébastien",
"url": "https://github.com/belgattitude"
},
"homepage": "https://github.com/belgattitude/httpx",
"repository": "belgattitude/httpx",
"scripts": {
"g:clean": "yarn clean:global-cache && yarn clean:nx && yarn workspaces foreach --all -pv run clean",
"g:bench": "nx run-many --output-style=static --parallel=1 --target=bench --exclude='examples/**' --exclude='docs'",
"g:bench-codspeed": "yarn workspaces foreach -tv --worktree --from 'packages/*' run bench-codspeed",
"g:bench-codspeed-nx": "nx run-many --output-style=static --parallel=1 --target=bench-codspeed --exclude='examples/**' --exclude='docs'",
"g:build": "nx run-many --output-style=static --target=build --exclude='examples/**' --exclude='docs'",
"g:build-release": "yarn workspaces foreach -tv --worktree --from 'packages/*' run build-release",
"g:build-packages": "yarn workspaces foreach -tv --worktree --from 'packages/*' run build",
"g:build-examples": "nx affected --output-style=static --target=build --include=examples/**",
"g:docgen": "nx run-many --output-style=static --target=docgen --exclude='examples/**'",
"g:test": "yarn workspaces foreach --all -pv run test",
"g:test-unit": "nx run-many --output-style=static --target=test-unit --exclude='examples/**' --exclude='docs'",
"g:test-unit-coverage": "nx run-many --output-style=static --target=test-unit-coverage --exclude='examples/**' --exclude='docs'",
"g:test-unit-edge": "nx run-many --output-style=static --target=test-unit-edge --exclude='examples/**' --exclude='docs'",
"g:test-unit-bun": "nx run-many --output-style=static --target=test-unit-bun --exclude='examples/**' --exclude='docs'",
"g:test-unit-browser": "nx run-many --output-style=static --target=test-unit-browser --exclude='examples/**' --exclude='docs'",
"g:test-unit-cloudflare": "nx run-many --output-style=static --target=test-unit-cloudflare --exclude='examples/**' --exclude='docs'",
"g:lint": "nx run-many --output-style=static --target=lint",
"g:typecheck": "nx run-many --output-style=static --target=typecheck",
"g:lint-staged-files": "lint-staged --allow-empty",
"g:fix-all-files": "yarn workspaces foreach --all -ptv run fix-all-files",
"g:changeset": "changeset",
"g:check-dist": "nx run-many --output-style=static --target=check-dist --exclude='examples/**' --exclude='docs'",
"g:check-size": "nx run-many --output-style=static --target=check-size --exclude='examples/**' --exclude='docs'",
"g:check-pub": "nx run-many --output-style=static --target=check-pub --exclude='examples/**' --exclude='docs'",
"g:release": "yarn g:build-release && yarn exec changeset publish",
"g:ci-coverage-upload": "yarn workspaces foreach --all -tv run ci-coverage-upload",
"check:security": "yarn npm audit --no-deprecations --all",
"clean:lint": "rimraf ./.cache/eslint",
"clean:global-cache": "rimraf ./.cache",
"clean:nx": "nx reset",
"install:playwright": "yarn workspace @httpx/devtools-vitest install-playwright",
"website:build": "yarn workspace httpx-docs run build",
"website:deploy": "gh-pages -d ./docs/out -t",
"deps:check": "npm-check-updates --configFileName .ncurc.cjs",
"deps:update": "npm-check-updates --configFileName .ncurc.cjs -u",
"check:install": "yarn dlx @yarnpkg/doctor@3 .",
"postinstall": "is-ci || yarn husky",
"syncpack:format": "syncpack format",
"syncpack:check": "syncpack lint-semver-ranges --types prod,dev --source \"package.json\" --source \"packages/*/package.json\"",
"syncpack:list": "syncpack list-semver-ranges --types prod,dev --source \"package.json\" --source \"packages/*/package.json\"",
"nuke:node_modules": "rimraf --glob '**/node_modules'",
"prepare": "husky"
},
"workspaces": [
"docs",
"examples/*",
"integrations/*",
"packages/*",
"devtools/*"
],
"packageManager": "yarn@4.17.0",
"dependenciesMeta": {
"@swc/core": {
"built": true
},
"@tailwindcss/oxide": {
"built": true
},
"esbuild": {
"built": true
},
"nx": {
"built": true
},
"workerd": {
"built": true
}
},
"devDependencies": {
"@belgattitude/eslint-config-bases": "8.17.0",
"@changesets/changelog-github": "0.7.0",
"@changesets/cli": "2.31.0",
"@commitlint/cli": "21.2.0",
"@commitlint/config-conventional": "21.2.0",
"@types/shell-quote": "1.7.5",
"@typescript-eslint/eslint-plugin": "8.62.1",
"@typescript-eslint/parser": "8.62.1",
"@typescript/native-preview": "7.0.0-dev.20260701.1",
"cross-env": "10.1.0",
"eslint": "8.57.1",
"gh-pages": "6.3.0",
"husky": "9.1.7",
"is-ci": "4.1.0",
"lint-staged": "17.0.8",
"npm-check-updates": "22.2.9",
"npm-run-all2": "9.0.2",
"nx": "23.0.1",
"pkg-pr-new": "0.0.75",
"playwright": "1.61.1",
"prettier": "3.9.4",
"rimraf": "6.1.3",
"shell-quote": "1.9.0",
"syncpack": "15.3.2",
"typescript": "6.0.3",
"vitest": "4.1.9"
},
"engines": {
"node": ">=22.18.0"
},
"resolutions": {
"esbuild": "^0.28.1"
},
"resolutionsHelp": {
"esbuild": "To prevent multiple versions"
}
}