{
  "name": "domo-aggregato",
  "version": "0.3.0",
  "description": "Count or aggregate arrays by string or number buckets",
  "source": "src/index.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.umd.js",
  "typings": "./dist/index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/alrico88/domo-aggregato"
  },
  "keywords": [
    "change",
    "this",
    "tags"
  ],
  "files": [
    "src",
    "dist"
  ],
  "author": "Alberto Rico",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^27.0.1",
    "@types/lodash": "^4.14.173",
    "@types/uuid": "^8.3.1",
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-airbnb-typescript": "^14.0.0",
    "eslint-plugin-import": "^2.24.2",
    "jest": "^27.2.0",
    "microbundle": "^0.13.3",
    "ts-jest": "^27.0.5",
    "tslib": "^2.3.1",
    "typedoc": "^0.22.3",
    "typedoc-plugin-markdown": "^3.11.0"
  },
  "dependencies": {
    "@sindresorhus/is": "^4.2.0",
    "lodash": "^4.17.21",
    "math-helper-functions": "^2.1.0",
    "type-fest": "^2.3.4",
    "uuid": "^8.3.2"
  },
  "scripts": {
    "build": "microbundle",
    "dev": "microbundle watch",
    "test": "jest",
    "docs": "typedoc src/index.ts --readme README.md --gitRevision master",
    "prepublish": "pnpm run build"
  }
}