summaryrefslogtreecommitdiff
path: root/protocol/package.json
blob: 205e49624e96345b157f6f60d221d5f1619ee681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "todo-protocol",
  "main": "compiled/protocol",
  "scripts": {
    "build": "bunx pbjs -t static-module -w es6 --es6 -o compiled/protocol.js src/*.proto && bunx pbts -o compiled/protocol.d.ts compiled/protocol.js"
  },
  "dependencies": {
    "protobufjs": "^7.5.1"
  },
  "devDependencies": {
    "protobufjs-cli": "^1.1.3"
  }
}