{
  "name": "smart-cluster-groups",
  "author": "Brian Joseph Petro (🌴 Brian)",
  "license": "MIT",
  "version": "2.0.0",
  "type": "module",
  "description": "Easy to manage cluster groups.",
  "main": "index.js",
  "scripts": {
    "test": "npx ava --verbose"
  },
  "keywords": [
    "cluster groups",
    "groups",
    "collections"
  ],
  "repository": {
    "type": "git",
    "url": "brianpetro/jsbrains"
  },
  "bugs": {
    "url": "https://github.com/brianpetro/jsbrains/issues"
  },
  "homepage": "https://jsbrains.org",
  "devDependencies": {
    "ava": "^6.0.1",
    "smart-environment": "file:../../../jsbrains/smart-environment",
    "smart-fs": "file:../../../jsbrains/smart-fs"
  },
  "dependencies": {
    "smart-clusters": "file:../smart-clusters",
    "smart-collections": "file:../smart-collections",
    "smart-entities": "file:../smart-entities"
  },
  "ava": {
    "files": [
      "test/**/*.test.js"
    ]
  }
}
