{
  "name": "@lrnwebcomponents/task-list",
  "wcfactory": {
    "className": "TaskList",
    "customElementClass": "PolymerElement",
    "elementName": "task-list",
    "generator-wcfactory-version": "0.3.2",
    "useHAX": true,
    "useSass": false,
    "files": {
      "css": "src/task-list.css",
      "scss": "src/task-list.scss",
      "html": "src/task-list.html",
      "js": "src/task-list.js",
      "properties": "src/task-list-properties.json",
      "hax": "src/task-list-hax.json"
    },
    "sharedStyles": []
  },
  "version": "4.0.4",
  "description": "Automated conversion of task-list/",
  "repository": {
    "type": "git",
    "url": "https://github.com/elmsln/lrnwebcomponents.git"
  },
  "type": "module",
  "main": "task-list.js",
  "module": "task-list.js",
  "umd": "task-list.umd.js",
  "scripts": {
    "start": "yarn run dev",
    "build": "gulp --gulpfile=gulpfile.cjs && node --experimental-json-modules ../../node_modules/.bin/rollup --config && prettier --ignore-path ../../.prettierignore --write \"**/*.{js,json}\" && wca analyze \"**/*.js\" --format vscode --outFile vscode-html-custom-data.json",
    "dev": "concurrently --kill-others \"yarn run watch\" \"yarn run serve\"",
    "watch": "gulp dev --gulpfile=gulpfile.cjs",
    "serve": "es-dev-server -c ../../es-dev-server.config.js",
    "lighthouse": "gulp lighthouse --gulpfile=gulpfile.cjs",
    "test": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs",
    "test:watch": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --watch",
    "test:browsers": "web-test-runner \"test/**/*.test.js\" --node-resolve --config=../../web-test-runner.config.mjs --playwright --browsers chromium firefox webkit"
  },
  "author": {
    "name": "btopro"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@lrnwebcomponents/schema-behaviors": "^4.0.4",
    "@lrnwebcomponents/utils": "^4.0.4",
    "lit": "2.0.0"
  },
  "devDependencies": {
    "@lrnwebcomponents/deduping-fix": "^4.0.0",
    "@lrnwebcomponents/storybook-utilities": "^4.0.4",
    "@open-wc/testing": "2.5.33",
    "@polymer/iron-component-page": "github:PolymerElements/iron-component-page",
    "@polymer/iron-demo-helpers": "3.1.0",
    "@web/test-runner": "0.13.5",
    "@web/test-runner-commands": "0.4.5",
    "@web/test-runner-playwright": "0.8.6",
    "@web/test-runner-puppeteer": "0.10.0",
    "@webcomponents/webcomponentsjs": "2.6.0",
    "concurrently": "5.3.0",
    "gulp-babel": "8.0.0",
    "lodash": "^4.17.21",
    "polymer-cli": "1.9.11",
    "wct-browser-legacy": "1.0.2"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "web-components",
    "html",
    "haxtheweb"
  ],
  "gitHead": "d4cd14c5c57b408201bf4fa8f41d714de8b88f11"
}
