blob: a2d01b35822c2ddda9002927c04a8cce7a885ed6 [file] [log] [blame]
{
"dependencies": {
"@bazel/karma": "file:${BAZEL_KARMA_NPM_PACKAGE}",
"@bazel/typescript": "file:${BAZEL_TYPESCRIPT_NPM_PACKAGE}",
"@types/jasmine": "2.8.2",
"typescript": "2.9.2"
},
"scripts": {
"test": "bazel test ..."
}
}