{
  "name": "@imbricate/stack-up",
  "main": "index.js",
  "version": "1.21.0",
  "description": "Convert Imbricate origin to a local HTTP server",
  "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": {
    "@imbricate/core": "^3.40.1",
    "@imbricate/origin-loader": "^1.0.0",
    "@sudoo/io": "1.8.0",
    "body-parser": "2.2.2",
    "commander": "14.0.3",
    "cors": "2.8.6",
    "express": "5.2.1"
  },
  "bin": {
    "stack-up": "stack-up-bin"
  }
}
