{
  "name": "@beastboyadi/collection",
  "version": "2.1.0",
  "description": "A better collection package inspired by @discordjs/collection but faster and with two types, JSON and Map.",
  "main": "index.js",
  "scripts": {
    "test": "node tests/run.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BeastBoyADI/collection"
  },
  "bugs": {
    "url": "https://github.com/BeastBoyADI/collection/issues"
  },
  "funding": "https://github.com/sponsors/BeastBoyADI",
  "homepage": "https://collection.dbot.cc",
  "keywords": [
    "collection",
    "discordjs-collection",
    "json-collection",
    "jsonCollection",
    "mapCollection",
    "map-collection"
  ],
  "author": "BeastBoyADI",
  "license": "Apache-2.0",
  "dependencies": {},
  "engines": {
    "node": ">=16.x"
  }
}