33 lines
805 B
JSON
33 lines
805 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",
|
|
"source": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build-buf": "buf generate",
|
|
"build": "parcel build",
|
|
"prepack": "yarn build-buf && yarn build"
|
|
},
|
|
"devDependencies": {
|
|
"@bufbuild/buf": "^1.49.0",
|
|
"@bufbuild/protoc-gen-es": "^2.2.3",
|
|
"@parcel/packager-ts": "2.13.3",
|
|
"@parcel/transformer-typescript-types": "2.13.3",
|
|
"parcel": "^2.13.3",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^2.2.3"
|
|
},
|
|
"@parcel/resolver-default": {
|
|
"packageExports": true
|
|
}
|
|
}
|