{
  "name": "@unboxing/array",
  "type": "module",
  "version": "0.0.5",
  "description": "Fast, small and purely functional utility library for TypeScript.",
  "license": "MIT",
  "author": "Elone Hoo <huchengyea@163.com>",
  "main": "./src/index.ts",
  "homepage": "https://github.com/elonehoo/unboxing#readme",
  "bugs": {
    "url": "https://github.com/elonehoo/unboxing/issues",
    "email": "huchengyea@163.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elonehoo/unboxing.git"
  },
  "dependencies": {
    "@unboxing/core": "0.0.5",
    "@unboxing/function": "0.0.5",
    "@unboxing/object": "0.0.5",
    "@unboxing/is": "0.0.5"
  },
  "scripts": {
    "stub": "unbuild --stub"
  }
}