{
  "name": "mixgather",
  "version": "1.0.1",
  "description": "I am a product log maker, so I write logs day by day.",
  "keywords": [
    "typescript",
    "analytics",
    "google",
    "mixpanel"
  ],
  "homepage": "https://github.com/rct-ai/mixgather",
  "bugs": "https://github.com/rct-ai/mixgather/issues",
  "author": "SuneBear <hi@sunebear.com>",
  "repository": "rct-ai/mixgather",
  "main": "./build/cjs/index.js",
  "module": "./build/esm/index.js",
  "types": "./build/index.d.ts",
  "license": "MIT",
  "engines": {
    "node": "> 14"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "parcel src/__example__/index.html",
    "setup": "node -r ./esbuild-hook ./scripts/setup",
    "build": "yarn clean && yarn type:dts && yarn type:build",
    "clean": "node -r ./esbuild-hook ./scripts/clean",
    "type:dts": "tsc --emitDeclarationOnly",
    "type:check": "tsc --noEmit",
    "type:build": "node -r ./esbuild-hook ./scripts/build",
    "format": "prettier \"src/**/*.ts\" --write",
    "format:check": "prettier \"src/**/*.ts\" --check",
    "lint": "eslint src --ext .ts --fix",
    "lint:check": "eslint src --ext .ts",
    "test": "ava",
    "test:coverage": "nyc ava && nyc report --reporter=html",
    "spell:check": "cspell \"{README.md,CODE_OF_CONDUCT.md,CONTRIBUTING.md,.github/*.md}\"",
    "cz": "cz",
    "semantic-release": "semantic-release"
  },
  "devDependencies": {
    "@parcel/transformer-stylus": "^2.2.1",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/github": "^7.2.3",
    "@semantic-release/npm": "^7.1.3",
    "@semantic-release/release-notes-generator": "^9.0.3",
    "@types/node": "^16.9.1",
    "@types/prompts": "^2.0.14",
    "@typescript-eslint/eslint-plugin": "^4.31.0",
    "@typescript-eslint/parser": "^4.31.0",
    "ava": "^4.0.1",
    "browser-env": "^3.3.0",
    "commitizen": "^4.2.4",
    "cspell": "^5.9.0",
    "cz-conventional-changelog": "^3.3.0",
    "esbuild": "^0.13.5",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.24.2",
    "nyc": "^15.1.0",
    "parcel": "^2.2.1",
    "prettier": "^2.4.0",
    "prompts": "^2.4.1",
    "semantic-release": "^17.4.7",
    "slugify": "^1.6.0",
    "source-map-support": "^0.5.20",
    "typescript": "^4.4.3"
  },
  "volta": {
    "node": "16.4.1",
    "yarn": "1.22.10",
    "npm": "7.19.1"
  }
}
