blob: 30e4df15f0efaabfa65947019ec627f24e17fbc1 [file] [log] [blame]
{
"name": "kythe-typescript-indexer",
"bin": "./indexer.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"browse": "node indexer.js tsconfig.json | ./browse",
"test": "bazel test //kythe/typescript:indexer_test",
"unit_test": "bazel test //kythe/typescript:utf8_test",
"fmt": "clang-format -i *.ts"
},
"dependencies": {
"source-map-support": "^0.4.11",
"typescript": "~3.5.3"
},
"devDependencies": {
"@bazel/bazelisk": "^1.5.0",
"@types/jasmine": "^2.8.8",
"@types/node": "^10.15.3",
"jasmine": "^3.1.0"
},
"license": "Apache-2.0"
}