27 lines
586 B
JSON
27 lines
586 B
JSON
|
{
|
||
|
"name": "@collabvm3/protocol",
|
||
|
"packageManager": "yarn@4.4.1",
|
||
|
"version": "0.1.0",
|
||
|
"author": {
|
||
|
"name": "Computernewb",
|
||
|
"url": "https://computernewb.com/"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"main": "./dist/index.js",
|
||
|
"types": "./dist/index.d.ts",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"build-buf": "buf generate",
|
||
|
"build": "tsc",
|
||
|
"prepack": "yarn build-buf && yarn build"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@bufbuild/buf": "^1.49.0",
|
||
|
"@bufbuild/protoc-gen-es": "^2.2.3",
|
||
|
"typescript": "^5.7.3"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@bufbuild/protobuf": "^2.2.3"
|
||
|
}
|
||
|
}
|