third_party.pigweed.src/package.json
Matthew Soulanille 070339882e pw_web_ui: Create mocks for testing WebSerial
Node and the browser have different stream APIs. This CL creates mocks for testing web_serial_transport, which uses the browser API.

Change-Id: Ice382bb89b10a2fa23fd4a39f9217e1d0c32a9cd
2020-06-18 03:37:53 +00:00

16 lines
368 B
JSON

{
"name": "pigweed",
"version": "0.0.1",
"description": "An open source collection of embedded-targeted libraries",
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@bazel/jasmine": "^1.7.0",
"@bazel/typescript": "^1.7.0",
"@types/jasmine": "^3.5.10",
"jasmine": "^3.5.0",
"rxjs": "^6.5.5",
"typescript": "^3.9.3"
}
}