{
  "name": "array-means",
  "version": "2.5.0",
  "description": "Calculates various averages of an array",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/cjs/index.d.ts",
  "exports": {
    "import": "./dist/esm/index.js",
    "default": "./dist/cjs/index.js"
  },
  "files": [
    "dist/"
  ],
  "sideEffects": false,
  "scripts": {
    "commit": "cz",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "benchmark": "ts-node ./test/benchmark.ts",
    "build": "node scripts/build.js",
    "prepare": "node scripts/build.js",
    "prettier:check": "npx prettier --check .",
    "prettier:write": "npx prettier --write .",
    "semantic-release": "semantic-release",
    "lint": "eslint src/**"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Bikossor/array-means.git"
  },
  "keywords": [
    "array",
    "mean",
    "means",
    "average",
    "averages",
    "avg",
    "arithmetic",
    "quadratic",
    "harmonic",
    "geometric",
    "cubic",
    "math",
    "number",
    "numbers"
  ],
  "author": "André Lichtenthäler",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Bikossor/array-means/issues"
  },
  "homepage": "https://github.com/Bikossor/array-means#readme",
  "devDependencies": {
    "@types/benchmark": "^2.1.1",
    "@types/jest": "^27.4.0",
    "@types/node": "^17.0.13",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "benchmark": "2.1.4",
    "cz-conventional-changelog": "^3.0.1",
    "eslint": "^8.23.1",
    "eslint-plugin-functional": "^4.3.1",
    "jest": "^27.4.7",
    "prettier": "2.5.1",
    "semantic-release": "^19.0.2",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.4.0",
    "tsutils": "^3.21.0",
    "typescript": "^4.5.5"
  }
}
