{
  "name": "@stacksjs/storage",
  "type": "module",
  "sideEffects": false,
  "version": "0.72.57",
  "description": "The Stacks file system.",
  "author": "Chris Breuer",
  "contributors": [
    "Chris Breuer <chris@stacksjs.com>"
  ],
  "license": "MIT",
  "funding": "https://github.com/sponsors/chrisbbreuer",
  "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/storage#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stacksjs/stacks.git",
    "directory": "./storage/framework/core/storage"
  },
  "bugs": {
    "url": "https://github.com/stacksjs/stacks/issues"
  },
  "keywords": [
    "storage",
    "fs",
    "file system",
    "glob",
    "api",
    "collections",
    "utilities",
    "functions",
    "bun",
    "stacks"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "bun": "./dist/*.js",
      "import": "./dist/*.js",
      "default": "./dist/*.js"
    },
    "./*.js": {
      "types": "./dist/*.d.ts",
      "bun": "./dist/*.js",
      "import": "./dist/*.js",
      "default": "./dist/*.js"
    }
  },
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "README.md",
    "dist"
  ],
  "scripts": {
    "build": "bun build.ts",
    "typecheck": "bun tsc --noEmit",
    "prepublishOnly": "bun run build"
  },
  "dependencies": {
    "@stacksjs/ts-cloud": "^0.11.4",
    "ts-images": "^0.2.11"
  },
  "devDependencies": {
    "@stacksjs/arrays": "0.72.57",
    "better-dx": "^0.2.24",
    "@stacksjs/error-handling": "0.72.57",
    "@stacksjs/path": "0.72.57",
    "@stacksjs/strings": "0.72.57",
    "@stacksjs/types": "0.72.57"
  }
}
