{
  "name": "smart-environment",
  "author": "Brian Joseph Petro (🌴 Brian)",
  "license": "MIT",
  "version": "1.0.1",
  "type": "module",
  "description": "Implements Smart Environment best practices.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "brianpetro/jsbrains"
  },
  "bugs": {
    "url": "https://github.com/brianpetro/jsbrains/issues"
  },
  "scripts": {
    "test": "npx ava --verbose"
  },
  "homepage": "https://jsbrains.org",
  "dependencies": {
    "smart-blocks": "file:../smart-blocks",
    "smart-file-system": "file:../smart-fs",
    "smart-notices": "file:../smart-notices",
    "smart-settings": "file:../smart-settings",
    "smart-sources": "file:../smart-sources",
    "smart-view": "file:../smart-view"
  }
}
