summaryrefslogtreecommitdiffstats
path: root/tools/node_tools/package.json
blob: a5bf12427e300404ad5f3c213d283dbf556f2ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "gerrit-build-tools",
  "description": "Gerrit Build Tools",
  "browser": false,
  "dependencies": {
    "@bazel/concatjs": "^5.1.0",
    "@bazel/rollup": "^5.1.0",
    "@bazel/typescript": "^5.1.0",
    "@types/node": "^10.17.12",
    "@types/parse5": "^4.0.0",
    "@types/parse5-html-rewriting-stream": "^5.1.2",
    "crisper": "^2.1.1",
    "dom5": "^3.0.1",
    "parse5-html-rewriting-stream": "^5.1.1",
    "polymer-bundler": "^4.0.10",
    "polymer-cli": "^1.9.11",
    "rollup": "^2.3.4",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.3",
    "typescript": "4.3.2"
  },
  "devDependencies": {},
  "scripts": {
    "postinstall": "(git apply --reverse --ignore-whitespace launchpad.patch || true) && git apply --ignore-whitespace launchpad.patch"
  },
  "license": "Apache-2.0",
  "private": true,
  "resolutions": {
    "lodash": "4.17.21"
  }
}