{
  "name": "redux-beacon-matomo-tag-manager",
  "version": "1.0.1",
  "description": "Matomo (formerly Piwik) tag manager integration for redux-beacon.",
  "homepage": "https://github.com/dbartholomae/redux-beacon-matomo-tag-manager",
  "author": {
    "name": "Daniel Bartholomae",
    "email": "daniel@bartholomae.name",
    "url": "https://github.com/dbartholomae"
  },
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "keywords": [
    "Redux",
    "Beacon",
    "Redux Beacon",
    "Matomo",
    "Tag Manager",
    "Piwik",
    "Analytics"
  ],
  "types": "lib/index.d.ts",
  "engines": {
    "npm": ">= 4.0.0"
  },
  "private": false,
  "directories": {
    "docs": "docs",
    "example": "examples"
  },
  "scripts": {
    "build": "rimraf ./lib && tsc --project tsconfig.build.json",
    "docs": "typedoc",
    "release": "semantic-release",
    "start": "webpack-dev-server",
    "pretest": "npm run build",
    "test": "npm run lint && npm run test:unit && npm run test:integration && pkg-ok",
    "test:integration": "jest -c jest.integration.config.js",
    "test:unit": "jest -c jest.unit.config.js",
    "lint": "tslint --project tsconfig.json",
    "lint:fix": "tslint --project tsconfig.json --fix",
    "precommit:lint:fix": "tslint --project tsconfig.json --fix"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/npm": "^7.0.5",
    "@semantic-release/release-notes-generator": "^9.0.1",
    "@types/expect-puppeteer": "^4.4.0",
    "@types/jest": "^25.1.4",
    "@types/jest-environment-puppeteer": "^4.3.1",
    "@types/puppeteer": "^2.0.1",
    "codecov": "^3.6.5",
    "cross-env": "^7.0.2",
    "delay": "^4.3.0",
    "husky": "^4.2.3",
    "jest": "^25.2.3",
    "jest-environment-puppeteer": "^4.4.0",
    "jest-junit": "^10.0.0",
    "jest-puppeteer-preset": "^4.4.0",
    "lint-staged": "^10.0.9",
    "pkg-ok": "^2.3.1",
    "prettier-standard": "^16.2.1",
    "puppeteer": "^2.1.1",
    "redux": "^4.0.5",
    "redux-beacon": "^2.1.0",
    "rimraf": "^3.0.2",
    "semantic-release": "^17.0.4",
    "ts-jest": "^25.2.1",
    "ts-loader": "^6.2.2",
    "tslint": "^6.1.0",
    "tslint-config-standard": "^9.0.0",
    "typedoc": "^0.17.3",
    "typescript": "^3.8.3",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3"
  },
  "license": "MIT",
  "repository": "git@github.com:dbartholomae/redux-beacon-matomo-tag-manager.git"
}
