{
  "name": "@pie-framework/pie-player-components",
  "version": "3.17.1",
  "description": "Pie Player Components",
  "module": "dist/index.mjs",
  "main": "dist/index.cjs.js",
  "unpkg": "dist/index.js",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pie-framework/pie-player-components.git"
  },
  "files": [
    "dist/"
  ],
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "config": {
    "foo": "bar"
  },
  "scripts": {
    "build": "stencil build --docs-readme",
    "build:dev": "stencil build --docs --config 'stencil.config.dev.ts'",
    "start": "stencil build --dev --es5 --watch --serve",
    "test": "stencil test --spec --e2e",
    "test:watch": "stencil test --spec --e2e --watchAll",
    "release": "semantic-release",
    "demo": "npm run start & http-server www",
    "yalc": "yalc push",
    "commit": "git-cz",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "@material/select": "^2.2.0",
    "@material/switch": "^2.1.1",
    "@material/tab": "^2.2.0",
    "@material/tab-bar": "^2.2.0",
    "@pie-framework/pie-configure-events": "^1.4.1",
    "@pie-framework/pie-player-events": "^0.1.0",
    "@pie-lib/math-rendering-module": "5.1.0",
    "async-retry": "^1.2.3",
    "lodash": "^4.17.15",
    "parse-package-name": "^0.1.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.6",
    "@commitlint/config-conventional": "^8.3.6",
    "@commitlint/prompt": "^8.3.6",
    "@material/select": "^2.2.0",
    "@material/switch": "^2.1.1",
    "@material/tab": "^2.2.0",
    "@material/tab-bar": "^2.2.0",
    "@pie-api/semantic-release-jira-releases": "^0.12.0",
    "@release-it/conventional-changelog": "^1.0.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "@stencil/core": "^3.4.2",
    "@stencil/sass": "^1.0.0",
    "@types/jest": "27.5.2",
    "@types/lodash": "^4.17.15",
    "@types/puppeteer": "2.1.8",
    "auto-changelog": "^1.13.0",
    "chokidar": "^3.2.2",
    "commitizen": "^3.1.1",
    "http-server": "^0.11.1",
    "husky": "^4.3.8",
    "jest": "27.5.1",
    "jest-cli": "27.5.1",
    "jest-fetch-mock": "^3.0.3",
    "jsdom": "16",
    "lint-staged": "^8.2.0",
    "parse-package-name": "^0.1.0",
    "prettier": "1.16.4",
    "puppeteer": "20",
    "release-it": "^10.1.0",
    "semantic-release": "^25.0.3",
    "tslint": "^5.12.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.9.5",
    "yalc": "^1.0.0-pre.27"
  },
  "license": "MIT"
}
