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