collabvm3-protocol/js/package.json

27 lines
586 B
JSON
Raw Normal View History

2025-01-10 14:14:41 -05:00
{
"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"
}
}