-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.88 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
{
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"lint": "biome check --write .",
"release:stable": "pnpm release:prepare && pnpm publish -r",
"release:prepare": "pnpm clean && pnpm build",
"release:snapshot": "pnpm release:prepare && pnpm release:snapshot:version && pnpm release:snapshot:publish",
"release:snapshot:version": "changeset version --snapshot next",
"release:snapshot:publish": "changeset publish --no-git-tag --snapshot --tag next",
"test": "turbo run test",
"test:e2e": "pnpm run test:e2e:gen && turbo run test:e2e",
"test:e2e:gen": "./scripts/compile-testapis-proto"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@bufbuild/buf": "1.42.0",
"@bufbuild/protoc-gen-es": "catalog:",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"@proto-graphql/tsconfig": "workspace:*",
"@types/google-protobuf": "3.15.12",
"@types/minimatch": "5.1.2",
"@types/node": "20.16.10",
"minimatch": "5.1.6",
"protobufjs-cli": "1.1.3",
"ts-proto": "2.2.0",
"ts-protoc-gen": "0.15.0",
"tsup": "8.3.0",
"tsx": "4.19.1",
"turbo": "2.1.3",
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"changelog": {
"repo": "proto-graphql/proto-graphql-js",
"labels": {
"codegen - breaking changes :warning:": "! Breaking Changes - Code Generation",
"codegen - feature :genie_woman:": "Features - Code Generation",
"codegen - improvement :vulcan_salute:": "Improvements - Code Generation",
"runtime - improvement :running_man:": "Improvements - Runtime",
"bug :bug:": "Bug Fixes",
"dependencies": "Dependencies"
}
},
"name": "proto-nexus",
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}