{
  "name": "smart-contexts",
  "author": "Brian Joseph Petro (🌴 Brian)",
  "type": "module",
  "license": "MIT",
  "version": "2.0.0",
  "description": "Convenient interface for managing collections of items.",
  "main": "index.js",
  "scripts": {
    "test": "npx ava --verbose"
  },
  "repository": {
    "type": "git",
    "url": "brianpetro/jsbrains"
  },
  "keywords": [
    "collection",
    "item",
    "brain",
    "data",
    "LTM"
  ],
  "bugs": {
    "url": "https://github.com/brianpetro/jsbrains/issues"
  },
  "homepage": "https://jsbrains.org",
  "dependencies": {
    "smart-blocks": "file:../smart-blocks",
    "smart-collections": "file:../smart-collections",
    "smart-file-system": "file:../smart-fs",
    "smart-sources": "file:../smart-sources"
  },
  "devDependencies": {
    "ava": "^5.3.1",
    "smart-environment": "file:../smart-environment"
  },
  "ava": {
    "files": [
      "test.js",
      "**/*.test.js",
      "**/*.*.test.js"
    ]
  }
}
