{
  "name": "@sanjo/array",
  "version": "1.5.1",
  "type": "module",
  "description": "Array functions",
  "keywords": [
    "array"
  ],
  "homepage": "https://github.com/SanjoSolutions/projects/tree/main/packages/array",
  "license": "Unlicense",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "exports": {
    "types": "./build/index.d.ts",
    "default": "./build/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SanjoSolutions/projects.git",
    "directory": "packages/array"
  },
  "dependencies": {
    "@sanjo/comparison": "^1.0.0",
    "@sanjo/ensure-entry-in-map": "^1.0.0",
    "@sanjo/identity": "^2.0.4"
  },
  "publishConfig": {
    "access": "public"
  }
}