2017-08-21 08:23:47 -07:00
|
|
|
{
|
|
|
|
"name": "angular-bazel",
|
|
|
|
"description": "example and integration test for building Angular apps with Bazel",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
},
|
2018-10-27 09:25:45 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"@bazel/bazel": "file:../../node_modules/@bazel/bazel"
|
|
|
|
},
|
2017-08-21 08:23:47 -07:00
|
|
|
"scripts": {
|
2018-10-16 13:20:00 -07:00
|
|
|
"//": "deps are listed in src/package.json which is used by yarn_install",
|
2018-10-17 10:24:27 -07:00
|
|
|
"//": "this package.json file is only here so that `yarn test` can be called by /integration/run_tests.sh",
|
2018-07-06 14:51:37 -07:00
|
|
|
"test": "bazel build ... --noshow_progress && bazel test ..."
|
2017-08-21 08:23:47 -07:00
|
|
|
}
|
2018-07-06 14:51:37 -07:00
|
|
|
}
|