Tao Zhou | da85c08 | 2020-07-14 13:57:12 +0200 | [diff] [blame] | 1 | { |
Tao Zhou | 3b54572 | 2020-09-15 09:46:13 +0200 | [diff] [blame] | 2 | "name": "code-owners", |
| 3 | "description": "code owners plugin", |
Tao Zhou | da85c08 | 2020-07-14 13:57:12 +0200 | [diff] [blame] | 4 | "browser": true, |
| 5 | "scripts": { |
| 6 | "test": "polymer serve", |
Tao Zhou | dbc23c3 | 2020-09-15 16:30:40 +0200 | [diff] [blame] | 7 | "eslint": "../../node_modules/eslint/bin/eslint.js --ext .html,.js ./ui/", |
Tao Zhou | da85c08 | 2020-07-14 13:57:12 +0200 | [diff] [blame] | 8 | "eslintfix": "npm run eslint -- --fix", |
| 9 | "wct-test": "npm i && npx bower i && npx polymer test -l chrome" |
| 10 | }, |
| 11 | "devDependencies": { |
Tao Zhou | 3b54572 | 2020-09-15 09:46:13 +0200 | [diff] [blame] | 12 | "@bazel/rollup": "^1.1.0", |
| 13 | "@polymer/iron-test-helpers": "^3.0.1", |
| 14 | "@webcomponents/shadycss": "^1.9.2", |
| 15 | "@webcomponents/webcomponentsjs": "^1.3.3", |
| 16 | "bower": "^1.8.8", |
| 17 | "es6-promise": "^3.3.1", |
Tao Zhou | da85c08 | 2020-07-14 13:57:12 +0200 | [diff] [blame] | 18 | "eslint": "^6.6.0", |
| 19 | "eslint-config-google": "^0.13.0", |
| 20 | "eslint-plugin-html": "^6.0.0", |
| 21 | "eslint-plugin-import": "^2.20.1", |
Tao Zhou | 3b54572 | 2020-09-15 09:46:13 +0200 | [diff] [blame] | 22 | "eslint-plugin-jsdoc": "^19.2.0", |
| 23 | "polymer-bridges": "file:../../polymer-bridges/", |
| 24 | "polymer-cli": "^1.9.11" |
Tao Zhou | da85c08 | 2020-07-14 13:57:12 +0200 | [diff] [blame] | 25 | }, |
| 26 | "license": "Apache-2.0", |
| 27 | "private": true |
| 28 | } |