blob: 8bf47d6cf9c50adfc217727057cdd2fd5ec64cee [file] [log] [blame]
{
"name": "@bazel/typescript",
"description": "Build TypeScript with Bazel",
"version": "0.13.0",
"keywords": [
"typescript",
"bazel"
],
"homepage": "https://github.com/bazelbuild/rules_typescript",
"license": "Apache-2.0",
"peerDependencies": {
"typescript": ">=2.4.2"
},
"devDependencies": {
"@bazel/ibazel": "^0.2.0",
"@types/jasmine": "^2.8.2",
"@types/long": "^4.0.0",
"@types/node": "7.0.18",
"@types/source-map": "^0.5.1",
"@types/tmp": "^0.0.33",
"clang-format": "1.0.49",
"concurrently": "^3.5.1",
"protobufjs": "5.0.0",
"protractor": "^5.2.0",
"tsickle": "0.25.x",
"tsutils": "2.20.0",
"typescript": "2.6.x"
},
"scripts": {
"pretest": "webdriver-manager update && bazel build examples/app:all",
"test": "concurrently \"bazel run examples/app:devserver\" protractor --kill-others --success first",
"preskylint": "bazel build --noshow_progress @io_bazel//src/tools/skylark/java/com/google/devtools/skylark/skylint:Skylint",
"skylint": "find . -type f -name \"*.bzl\" ! -path \"*/node_modules/*\" | xargs $(bazel info bazel-bin)/external/io_bazel/src/tools/skylark/java/com/google/devtools/skylark/skylint/Skylint",
"skydoc": "bazel build //:docs && unzip -o -d docs/api bazel-bin/docs-skydoc.zip"
}
}