forked from bufbuild/protobuf-es
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 765 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@bufbuild/protoplugin-example",
"version": "2.11.0",
"private": true,
"scripts": {
"build": "../../node_modules/typescript/bin/tsc --noEmit",
"start": "npx esbuild src/index.ts --serve=localhost:3000 --servedir=www --outdir=www --bundle --global-name=eliza",
"test": "tsx --test test/*.ts",
"generate": "buf generate",
"format": "biome format --write",
"license-header": "license-header",
"lint": "biome lint --error-on-warnings"
},
"license": "Apache-2.0",
"dependencies": {
"@bufbuild/buf": "^1.62.1",
"@bufbuild/protobuf": "^2.11.0",
"@bufbuild/protoc-gen-es": "^2.11.0",
"@bufbuild/protoplugin": "^2.11.0",
"typescript": "^5.6.3",
"tsx": "^4.21.0",
"@types/node": "^25.0.3"
}
}