blob: 31480f03c618b122d2a7b22040daa47eede51520 [file] [log] [blame]
{
"dependencies": {
"@bazel/typescript": "file:${BAZEL_TYPESCRIPT_NPM_PACKAGE}",
"@types/jasmine": "2.8.2",
"@types/node": "7.0.18",
"jasmine": "2.8.0",
"typescript": "2.9.x"
},
"scripts": {
"test": "bazel test ..."
}
}