{
  "name": "@zanichelli/zanichelli-adv",
  "version": "2.0.1",
  "description": "Zanichelli Advertising Component",
  "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/zanichelli-adv/zanichelli-adv.esm.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ionic-team/stencil-component-starter.git"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "yarn lint && stencil build --docs",
    "build:test": "yarn lint && NODE_ENV=test stencil build --docs",
    "build:prod": "yarn lint && NODE_ENV=prod stencil build --docs",
    "start": "yarn lint && NODE_ENV=local stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "lint": "eslint src/**/*{.ts,.tsx}",
    "release:tag": "./release:tag.sh",
    "release:test": "yarn build:test && yarn publish --registry https://registry.npmjs.com --access public --tag test",
    "release:prod": "yarn build:prod && yarn publish --registry https://registry.npmjs.com --access public"
  },
  "dependencies": {
    "@stencil-community/eslint-plugin": "^0.5.0",
    "@stencil/core": "3",
    "@stencil/eslint-plugin": "^0.4.0",
    "@typescript-eslint/parser": "^5.49.0",
    "@zanichelli/albe-web-components": "18.5.0",
    "dialog-polyfill": "^0.5.6",
    "dompurify": "^3.0.1",
    "eslint": "^8.32.0",
    "eslint-plugin-react": "^7.32.1",
    "luxon": "^3.3.0",
    "typescript": "^4.9.4"
  },
  "devDependencies": {
    "@types/dom-navigation": "^1.0.5",
    "@types/dompurify": "^3.0.0",
    "@types/jest": "^27.0.3",
    "@types/luxon": "^3.3.1",
    "@zanichelli/albe-web-components": "18.5.0",
    "jest": "^27.4.5",
    "jest-cli": "^27.4.5",
    "puppeteer": "^10.0.0",
    "rollup-plugin-dotenv": "^0.4.1"
  },
  "license": "MIT"
}
