{
  "name": "sliding-tabs",
  "version": "1.2.5",
  "description": "Web Component for slidable tabs",
  "main": "dist/index.cjs.js",
  "module": "dist/custom-elements/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/custom-elements/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/sliding-tabs/sliding-tabs.esm.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "author": "Smartin Nematronic",
  "license": "MIT",
  "dependencies": {
    "@stencil/core": "2.4.0"
  },
  "bugs": {
    "url": "https://github.com/smartin85/sliding-tabs/issues"
  },
  "homepage": "https://github.com/smartin85/sliding-tabs#readme",
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/puppeteer": "^5.4.2",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3",
    "puppeteer": "^5.5.0"
  },
  "funding": [
    {
      "type": "paypal",
      "url": "https://paypal.me/smartinoum"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/smartin85"
    },
    {
      "type": "buymeacoffee",
      "url": "https://www.buymeacoffee.com/smartin"
    }
  ]
}
