summaryrefslogtreecommitdiffstats
path: root/package.json
blob: f52aa746215c995bbe9d4b38aa4ac7a15e38e4aa (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "name": "gerrit",
  "version": "3.1.0-SNAPSHOT",
  "description": "Gerrit Code Review",
  "dependencies": {
    "@bazel/concatjs": "^5.1.0",
    "@bazel/rollup": "^5.1.0",
    "@bazel/terser": "^5.1.0",
    "@bazel/typescript": "^5.1.0"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "eslint": "^7.24.0",
    "eslint-config-google": "^0.14.0",
    "eslint-plugin-html": "^6.1.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsdoc": "^32.3.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.0",
    "gts": "^3.1.0",
    "polymer-cli": "^1.9.11",
    "prettier": "2.2.1",
    "rollup": "^2.45.2",
    "terser": "^5.6.1",
    "typescript": "4.1.4"
  },
  "scripts": {
    "clean": "git clean -fdx && bazel clean --expunge",
    "compile:local": "tsc --project ./polygerrit-ui/app/tsconfig.json",
    "compile:watch": "npm run compile:local -- --preserveWatchOutput --watch",
    "start": "polygerrit-ui/run-server.sh",
    "test": "./polygerrit-ui/app/run_test.sh",
    "safe_bazelisk": "if which bazelisk >/dev/null; then bazel_bin=bazelisk; else bazel_bin=bazel; fi && $bazel_bin",
    "eslint": "npm run safe_bazelisk test polygerrit-ui/app:lint_test",
    "eslintfix": "npm run safe_bazelisk run polygerrit-ui/app:lint_bin -- -- --fix $(pwd)/polygerrit-ui/app",
    "polylint": "npm run safe_bazelisk test polygerrit-ui/app:polylint_test",
    "test:debug": "npm run compile:local && npm run safe_bazelisk run //polygerrit-ui:karma_bin -- -- start $(pwd)/polygerrit-ui/karma.conf.js --browsers ChromeDev --no-single-run --testFiles",
    "test:single": "npm run compile:local && npm run safe_bazelisk run //polygerrit-ui:karma_bin -- -- start $(pwd)/polygerrit-ui/karma.conf.js --testFiles"
  },
  "repository": {
    "type": "git",
    "url": "https://gerrit.googlesource.com/gerrit"
  },
  "author": "",
  "license": "Apache-2.0"
}