2018-10-04 13:14:14 -07:00
|
|
|
{
|
|
|
|
"description": "minimal @npm repo",
|
|
|
|
"dependencies": {
|
2018-10-05 07:16:47 -07:00
|
|
|
"@bazel/karma": "0.20.1",
|
|
|
|
"@bazel/typescript": "0.20.1",
|
2018-10-04 13:14:14 -07:00
|
|
|
"typescript": "~3.1.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"//": "TODO(gmagolan): figure out how to keep dependencies here up to date with the root package.json"
|
|
|
|
}
|
|
|
|
}
|