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