{
  "name": "smart-file-system",
  "author": "Brian Joseph Petro (🌴 Brian)",
  "license": "MIT",
  "version": "2.0.1",
  "type": "module",
  "description": "Smart FS for use with Smart Environments.",
  "main": "smart_fs.js",
  "keywords": [
    "smart-environments",
    "file-system",
    "ai"
  ],
  "repository": {
    "type": "git",
    "url": "brianpetro/jsbrains"
  },
  "bugs": {
    "url": "https://github.com/brianpetro/jsbrains/issues"
  },
  "homepage": "https://jsbrains.org",
  "devDependencies": {
    "ava": "^6.1.3",
    "dotenv": "^16.4.5"
  },
  "scripts": {
    "test": "npx ava --verbose"
  },
  "ava": {
    "files": [
      "**/*.test.js"
    ]
  }
}
