2019-01-12 02:33:44 +07:00
|
|
|
{
|
2019-01-15 04:06:06 +07:00
|
|
|
"name": "@coder/protocol",
|
2019-01-15 03:58:34 +07:00
|
|
|
"main": "src/index.ts",
|
2019-01-12 02:33:44 +07:00
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.16.4",
|
2019-01-16 01:36:09 +07:00
|
|
|
"google-protobuf": "^3.6.1",
|
2019-02-28 11:16:31 +07:00
|
|
|
"node-pty-prebuilt": "^0.7.6",
|
2019-02-26 04:18:44 +07:00
|
|
|
"spdlog": "^0.7.2",
|
2019-02-06 00:15:20 +07:00
|
|
|
"tslib": "^1.9.3",
|
2019-01-12 02:33:44 +07:00
|
|
|
"ws": "^6.1.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-16 01:36:09 +07:00
|
|
|
"@types/google-protobuf": "^3.2.7",
|
2019-01-13 02:44:29 +07:00
|
|
|
"@types/text-encoding": "^0.0.35",
|
|
|
|
"text-encoding": "^0.7.0",
|
2019-01-12 02:33:44 +07:00
|
|
|
"ts-protoc-gen": "^0.8.0"
|
|
|
|
}
|
|
|
|
}
|