forked from connectrpc/connect-es
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.3 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
{
"name": "connect-es",
"private": true,
"workspaces": [
"packages/connect",
"packages/connect-web",
"packages/connect-node",
"packages/connect-fastify",
"packages/connect-next",
"packages/connect-express",
"packages/connect-web-bench",
"packages/example",
"packages/connect-migrate",
"packages/connect-conformance",
"packages/connect-cloudflare",
"packages/typescript-compat/*"
],
"scripts": {
"all": "turbo run --ui tui build format test conformance bundle-size lint attw license-header",
"clean": "git clean -Xdf",
"setversion": "node scripts/set-workspace-version.js",
"postsetversion": "npm run all",
"release": "node scripts/release.js",
"prerelease": "npm run all",
"format": "biome format --write",
"license-header": "license-header --ignore 'packages/**'",
"lint": "biome lint --error-on-warnings --config-path biome.json"
},
"type": "module",
"engineStrict": true,
"packageManager": "npm@10.9.0",
"licenseHeader": {
"licenseType": "apache",
"yearRange": "2021-2025",
"copyrightHolder": "The Connect Authors"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.4",
"@biomejs/biome": "^1.9.4",
"@bufbuild/license-header": "^0.0.4",
"turbo": "^2.5.2",
"typescript": "5.8.3"
}
}