{
  "name": "ml-array-min",
  "version": "2.0.0",
  "description": "Get the minimum value in an array",
  "type": "module",
  "exports": {
    ".": {
      "ml-array-internal": "./src/index.ts",
      "default": "./lib/index.js"
    }
  },
  "files": [
    "lib",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mljs/array.git"
  },
  "keywords": [],
  "author": "Michaël Zasso",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mljs/array/issues"
  },
  "homepage": "https://github.com/mljs/array/tree/master/packages/array-min#readme",
  "dependencies": {
    "is-any-array": "^3.0.0"
  },
  "gitHead": "17f10d119716a8d6f4c8bb828d9fe0da8bf1c036"
}
