mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-05 03:56:26 +03:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "dummy",
|
|
"displayName": "dummy",
|
|
"description": "package for bazel-managed nodejs dependencies",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"@bazel/typescript": "0.23.2",
|
|
"@types/chai": "4.1.6",
|
|
"@types/google-protobuf": "3.2.7",
|
|
"@types/mocha": "5.2.5",
|
|
"@types/node": "8.10.40",
|
|
"@types/sinon": "5.0.5",
|
|
"bower": "1.8.8",
|
|
"browserify": "16.2.3",
|
|
"chai": "4.2.0",
|
|
"dockerode": "^2.5.8",
|
|
"express": "^4.16.4",
|
|
"express-session": "^1.15.6",
|
|
"google-protobuf": "3.6.1",
|
|
"grpc": "1.15.1",
|
|
"grpc-tools": "1.6.6",
|
|
"grpc_tools_node_protoc_ts": "2.5.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-banner": "0.6.0",
|
|
"grunt-browserify": "5.3.0",
|
|
"grunt-cli": "1.3.2",
|
|
"grunt-contrib-clean": "2.0.0",
|
|
"grunt-contrib-connect": "2.0.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-sass": "1.0.0",
|
|
"grunt-contrib-uglify": "4.0.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-exec": "3.0.0",
|
|
"grunt-open": "0.2.3",
|
|
"http-proxy": "^1.17.0",
|
|
"ink-docstrap": "1.3.2",
|
|
"jsdoc": "3.5.5",
|
|
"jsverify": "0.8.4",
|
|
"matchdep": "2.0.0",
|
|
"mocha": "5.2.0",
|
|
"node-cache": "^4.2.0",
|
|
"sinon": "7.1.1",
|
|
"ts-node": "7.0.1",
|
|
"typescript": "3.1.6",
|
|
"url": "^0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@bazel/bazel": "0.22.0"
|
|
}
|
|
}
|