Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
c4158282292f95dbd84c28ba7674bbd4c2f69c05
/
.
/
examples
/
packages
/
package.json
blob: 58af45985751f333f43e9f751bb75e5f9dfc6176 [
file
] [
log
] [
blame
]
{
"description"
:
"runtime dependencies for packages example"
,
"dependencies"
:
{
"jsesc"
:
"~1.2.0"
,
"jasmine"
:
"2.8.0"
},
"scripts"
:
{
"postinstall"
:
"node ./postinstall.js"
,
"test"
:
"bazel run @nodejs//:yarn && bazel test //..."
}
}