Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
0b249b24c3a8637c19dbfa0aee99ffa3ee007900
/
.
/
examples
/
app
/
package.json
blob: 970d65bb6a2eb0639ab5ace192fd848effaef4f9 [
file
]
{
"devDependencies"
:
{
"@bazel/hide-bazel-files"
:
"latest"
,
"@bazel/protractor"
:
"latest"
,
"@bazel/typescript"
:
"latest"
,
"@types/jasmine"
:
"3.3.15"
,
"typescript"
:
"2.7.x"
},
"scripts"
:
{
"test"
:
"bazel test ..."
}
}