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