{
  "name": "@power-plant/unstorage-input",
  "version": "0.0.90",
  "private": false,
  "description": "A Power Plant input for reading the source specification from an Unstorage driver.",
  "keywords": [
    "unstorage",
    "power-plant-input",
    "power-plant",
    "storm-software"
  ],
  "homepage": "https://stormsoftware.com",
  "bugs": {
    "url": "https://stormsoftware.com/support",
    "email": "support@stormsoftware.com"
  },
  "repository": {
    "type": "github",
    "url": "https://github.com/storm-software/power-plant.git",
    "directory": "packages/inputs/unstorage-input"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/storm-software"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Storm Software",
    "email": "contact@stormsoftware.com",
    "url": "https://stormsoftware.com"
  },
  "maintainers": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "contributors": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "default": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./input": {
      "require": {
        "types": "./dist/input.d.cts",
        "default": "./dist/input.cjs"
      },
      "import": {
        "types": "./dist/input.d.mts",
        "default": "./dist/input.mjs"
      },
      "default": {
        "types": "./dist/input.d.mts",
        "default": "./dist/input.mjs"
      }
    },
    "./package.json": "./package.json",
    "./types": {
      "require": {
        "types": "./dist/types.d.cts",
        "default": "./dist/types.cjs"
      },
      "import": {
        "types": "./dist/types.d.mts",
        "default": "./dist/types.mjs"
      },
      "default": {
        "types": "./dist/types.d.mts",
        "default": "./dist/types.mjs"
      }
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "typings": "dist/index.d.mts",
  "files": ["dist"],
  "dependencies": {
    "@power-plant/core": "^0.0.91",
    "@power-plant/schema": "^0.0.89",
    "@stryke/path": "^0.29.37",
    "@stryke/resolve": "^0.0.27",
    "@stryke/type-checks": "^0.6.43",
    "@stryke/types": "^0.12.38",
    "unstorage": "^1.17.5"
  },
  "devDependencies": {
    "@powerlines/plugin-tsdown": "^0.1.612",
    "@types/node": "^25.9.5",
    "powerlines": "^0.47.211"
  },
  "publishConfig": { "access": "public" },
  "gitHead": "bc1c485164b94d2ba499632c202f5a1335f6e2ca"
}
