package.json 195 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
{
  "private": true,
  "scripts": {
    "build": "tsc proto-to-json.ts"
  },
  "devDependencies": {
    "@types/node": "^11.11.4",
    "protobufjs": "^6.8.8",
    "typescript": "^3.3.4000"
  }
}