v8/tools/tracing/proto-converter/package.json
Peter Marshall 247c4fff17 [tracing] Add the proto to json converter for trace events
This is used to convert files with binary proto data to the Trace Event
.json format for use with the chrome://tracing viewer.

Change-Id: Ib5478f6aa2326b5e085506859f4a7f30f95c79f5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1535823
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Reviewed-by: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60422}
2019-03-25 08:56:18 +00:00

12 lines
195 B
JSON

{
"private": true,
"scripts": {
"build": "tsc proto-to-json.ts"
},
"devDependencies": {
"@types/node": "^11.11.4",
"protobufjs": "^6.8.8",
"typescript": "^3.3.4000"
}
}