18 lines
474 B
JSON
18 lines
474 B
JSON
{
|
|
"name": "@pigweed/pw_rpc",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@bazel/jasmine": "^4.1.0",
|
|
"@pigweed/pw_protobuf_compiler": "link:../../pw_protobuf_compiler/ts",
|
|
"@pigweed/pw_status": "link:../../pw_status/ts",
|
|
"@types/google-protobuf": "^3.15.5",
|
|
"@types/jasmine": "^3.9.0",
|
|
"@types/node": "^16.10.2",
|
|
"jasmine": "^3.9.0",
|
|
"jasmine-core": "^3.9.0",
|
|
"wait-queue": "^1.1.4"
|
|
}
|
|
}
|