Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
d572173aeabc3de0af10aecbfa35c19a87ca47e9
/
.
/
e2e
/
karma_stack_trace
/
package.json
blob: 0962d222151d070dc27b5b8efa1771e28163863e [
file
]
{
"dependencies"
:
{
"@bazel/karma"
:
"latest"
,
"@bazel/typescript"
:
"latest"
,
"@types/jasmine"
:
"2.8.2"
,
"typescript"
:
"3.1.x"
},
"scripts"
:
{
"test"
:
"bazel test ..."
}
}