blob: 23f78b62ca1920688e29393e191e427668c502b4 [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": "3.0.x"
},
"scripts": {
"test": "bazel test ..."
}
}