{
  "name": "@poductivity/poductivity-sdk-js",
  "version": "0.11.0",
  "description": "Poductivity SDK for JS",
  "author": "Poductivity",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "jsnext:main": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/poductivity-sdk-js/poductivity-sdk-js.js",
  "files": [
    "src/**/*.md",
    "dist/",
    "loader/",
    "readme.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e --coverage",
    "test.watch": "stencil test --spec --e2e --watchAll  --coverage",
    "generate": "stencil generate",
    "lint": "eslint src/**/*{.ts,.tsx}",
    "format": "prettier --write src/**/*.{html,scss,ts,tsx}",
    "prepublishOnly": "npm run lint && npm run test && npm run build"
  },
  "devDependencies": {
    "@stencil/eslint-plugin": "^0.3.1",
    "@stencil/sass": "^1.4.1",
    "@types/iframe-resizer": "^3.5.8",
    "@types/jest": "^26.0.20",
    "@types/puppeteer": "^5.4.3",
    "@types/wicg-mediasession": "^1.1.0",
    "@typescript-eslint/eslint-plugin": "^3.10.1",
    "@typescript-eslint/parser": "^3.10.1",
    "eslint": "^7.19.0",
    "eslint-plugin-react": "^7.22.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3",
    "prettier": "^2.2.1",
    "puppeteer": "^7.0.4",
    "rollup-plugin-version-injector": "^1.3.2",
    "stencil-inline-svg": "^1.0.1",
    "typescript": "^4.1.3"
  },
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "@stencil/core": "^2.4.0",
    "boxicons": "^2.0.7",
    "iframe-resizer": "^4.3.1",
    "resize-observer-polyfill": "^1.5.1",
    "rxjs": "^6.6.3"
  },
  "homepage": "https://www.poductivity.com/",
  "keywords": [
    "poductivity",
    "podcast",
    "web-component",
    "sdk"
  ]
}
