{
  "name": "@imbricate/origin-file-system",
  "main": "index.js",
  "version": "3.20.0",
  "description": "File System Origin Implementation for Imbricate",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Imbricate/Imbricate.git"
  },
  "keywords": [
    "imbricate",
    "note",
    "file-system"
  ],
  "author": "WMXPY",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Imbricate/Imbricate/issues"
  },
  "homepage": "https://imbricate.io",
  "dependencies": {
    "@sudoo/asynchronous": "2.4.0",
    "@sudoo/io": "1.8.0",
    "@sudoo/uuid": "1.1.0"
  },
  "peerDependencies": {
    "@imbricate/core": "*",
    "@sudoo/locale": "*"
  }
}