Sign in
cobalt
/
cobalt
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
v8
/
tools
/
tracing
/
proto-converter
/
package.json
blob: 41401a11aad20a6b8e08b7cf5d3e88aab8ec2753 [
file
] [
log
] [
blame
]
{
"private"
:
true
,
"scripts"
:
{
"build"
:
"tsc proto-to-json.ts"
},
"devDependencies"
:
{
"@types/node"
:
"^11.11.4"
,
"protobufjs"
:
"^6.8.8"
,
"typescript"
:
"^3.3.4000"
}
}