-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
131 lines (131 loc) · 4.11 KB
/
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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "client-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "vitest",
"test:canary": "tsx ./scripts/test-canary.ts",
"release:cli:pack": "tsx ./scripts/release-cli-pack.ts",
"release:cli:upload:gh": "tsx ./scripts/release-cli-upload-gh.ts",
"release:cli:upload:s3": "tsx ./scripts/release-cli-upload-s3.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install",
"build": "turbo run build",
"tsc": "turbo run tsc",
"openapi-gen-control": "openapi-codegen controlPlane",
"openapi-gen-data": "openapi-codegen dataPlane",
"openapi-gen": "pnpm run openapi-gen-control && pnpm run openapi-gen-data"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xataio/client-ts.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/xataio/client-ts/issues"
},
"homepage": "https://github.com/xataio/client-ts#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@openapi-codegen/cli": "^2.0.2",
"@openapi-codegen/typescript": "^8.0.2",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.57.0",
"@opentelemetry/instrumentation": "^0.57.0",
"@opentelemetry/resources": "^1.30.0",
"@opentelemetry/sdk-trace-base": "^1.30.0",
"@opentelemetry/sdk-trace-node": "^1.30.0",
"@opentelemetry/semantic-conventions": "^1.28.0",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"doctoc": "^2.2.1",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"msw": "^2.7.0",
"prettier": "=2.8.8",
"rimraf": "^6.0.1",
"rollup": "^4.29.2",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-preserve-shebang": "^1.0.1",
"rollup-plugin-strip-code": "^0.2.8",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"zod": "^3.24.1"
},
"lint-staged": {
"codegen/src/*.{js,ts,tsx}": [
"npm run build-example",
"git add codegen/example"
],
"*.{js,ts,tsx}": [
"eslint --cache --fix",
"prettier --write"
],
"*.{css,json,md,yml,yaml}": [
"prettier --write"
],
"client/{README,Usage}.md": [
"doctoc --notitle"
]
},
"engines": {
"node": "18.x",
"pnpm": "8.x"
},
"dependencies": {
"@octokit/core": "^6.1.3",
"@pnpm/exportable-manifest": "^1000.0.3",
"@pnpm/read-project-manifest": "^1000.0.2",
"@pnpm/write-project-manifest": "^1000.0.1"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"bl@<0.9.5": ">=0.9.5",
"bl@<1.2.3": ">=1.2.3",
"semver@<4.3.2": ">=4.3.2",
"follow-redirects@<1.15.4": ">=1.15.4",
"browserify-sign@>=2.6.0 <=4.2.1": ">=4.2.2",
"follow-redirects@<=1.15.5": ">=1.15.6",
"tar@<6.2.1": ">=6.2.1",
"@grpc/grpc-js@>=1.9.0 <1.9.15": ">=1.9.15",
"axios@>=1.0.0 <1.6.0": ">=1.6.0",
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
"semver@<5.7.2": ">=5.7.2",
"axios@>=1.3.2 <=1.7.3": ">=1.7.4",
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"micromatch@<4.0.8": ">=4.0.8",
"react-devtools-core@<4.28.4": ">=4.28.4",
"cookie@<0.7.0": ">=0.7.0",
"elliptic@<6.6.0": ">=6.6.0",
"cross-spawn@<6.0.6": ">=6.0.6",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"@eslint/plugin-kit@<0.2.3": ">=0.2.3",
"nanoid@<3.3.8": ">=3.3.8"
}
}
}