61c8e665b4
Install it locally (to avoid version clashes) and then run it with npx (which finds the locally installed package even when it's not on the path). Change-Id: I65e35042ae49b9fb0bbe6fd6fba723f8edda8584
29 lines
993 B
JSON
29 lines
993 B
JSON
{
|
|
"name": "gerrit",
|
|
"version": "3.1.0-SNAPSHOT",
|
|
"description": "Gerrit Code Review",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-google": "^0.13.0",
|
|
"eslint-plugin-html": "^5.0.5",
|
|
"fried-twinkie": "^0.2.2",
|
|
"polylint": "^2.10.4",
|
|
"typescript": "^2.x.x",
|
|
"web-component-tester": "^6.5.0"
|
|
},
|
|
"scripts": {
|
|
"start": "polygerrit-ui/run-server.sh",
|
|
"test": "WCT_HEADLESS_MODE=1 WCT_ARGS='--verbose -l chrome' ./polygerrit-ui/app/run_test.sh",
|
|
"eslint": "./node_modules/eslint/bin/eslint.js --ignore-pattern 'bower_components/' --ignore-pattern 'gr-linked-text' --ignore-pattern 'scripts/vendor' --ext .html,.js polygerrit-ui/app || exit 0",
|
|
"test-template": "./polygerrit-ui/app/run_template_test.sh",
|
|
"polylint": "bazel test polygerrit-ui/app:polylint_test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gerrit.googlesource.com/gerrit"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0"
|
|
}
|