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 //..."
}
}