2019-01-11 20:33:44 +01:00
|
|
|
{
|
2019-01-14 22:06:06 +01:00
|
|
|
"name": "@coder/protocol",
|
2019-01-14 21:58:34 +01:00
|
|
|
"main": "src/index.ts",
|
2019-01-11 20:33:44 +01:00
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.16.4",
|
2019-01-15 19:36:09 +01:00
|
|
|
"google-protobuf": "^3.6.1",
|
2019-01-12 20:44:29 +01:00
|
|
|
"node-pty": "^0.8.0",
|
2019-01-11 20:33:44 +01:00
|
|
|
"ws": "^6.1.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-15 19:36:09 +01:00
|
|
|
"@types/google-protobuf": "^3.2.7",
|
2019-01-12 20:44:29 +01:00
|
|
|
"@types/text-encoding": "^0.0.35",
|
|
|
|
"text-encoding": "^0.7.0",
|
2019-01-11 20:33:44 +01:00
|
|
|
"ts-protoc-gen": "^0.8.0"
|
|
|
|
}
|
|
|
|
}
|