{
  "name": "@powerlines/plugin-napi-rs",
  "version": "0.2.271",
  "private": false,
  "description": "A package containing a Powerlines plugin for integrating with N-API Rust modules.",
  "keywords": ["napi-rs", "powerlines", "storm-software", "powerlines-plugin"],
  "homepage": "https://stormsoftware.com",
  "bugs": {
    "url": "https://stormsoftware.com/support",
    "email": "support@stormsoftware.com"
  },
  "repository": {
    "type": "github",
    "url": "https://github.com/storm-software/powerlines.git",
    "directory": "packages/plugins/plugin-napi-rs"
  },
  "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"
      }
    },
    "./helpers/format-path": {
      "require": {
        "types": "./dist/helpers/format-path.d.cts",
        "default": "./dist/helpers/format-path.cjs"
      },
      "import": {
        "types": "./dist/helpers/format-path.d.mts",
        "default": "./dist/helpers/format-path.mjs"
      },
      "default": {
        "types": "./dist/helpers/format-path.d.mts",
        "default": "./dist/helpers/format-path.mjs"
      }
    },
    "./package.json": "./package.json",
    "./types": {
      "require": {
        "types": "./dist/types/index.d.cts",
        "default": "./dist/types/index.cjs"
      },
      "import": {
        "types": "./dist/types/index.d.mts",
        "default": "./dist/types/index.mjs"
      },
      "default": {
        "types": "./dist/types/index.d.mts",
        "default": "./dist/types/index.mjs"
      }
    },
    "./types/plugin": {
      "require": {
        "types": "./dist/types/plugin.d.cts",
        "default": "./dist/types/plugin.cjs"
      },
      "import": {
        "types": "./dist/types/plugin.d.mts",
        "default": "./dist/types/plugin.mjs"
      },
      "default": {
        "types": "./dist/types/plugin.d.mts",
        "default": "./dist/types/plugin.mjs"
      }
    },
    "./types/targets": {
      "require": {
        "types": "./dist/types/targets.d.cts",
        "default": "./dist/types/targets.cjs"
      },
      "import": {
        "types": "./dist/types/targets.d.mts",
        "default": "./dist/types/targets.mjs"
      },
      "default": {
        "types": "./dist/types/targets.d.mts",
        "default": "./dist/types/targets.mjs"
      }
    },
    "./types/wasm": {
      "require": {
        "types": "./dist/types/wasm.d.cts",
        "default": "./dist/types/wasm.cjs"
      },
      "import": {
        "types": "./dist/types/wasm.d.mts",
        "default": "./dist/types/wasm.mjs"
      },
      "default": {
        "types": "./dist/types/wasm.d.mts",
        "default": "./dist/types/wasm.mjs"
      }
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "typings": "dist/index.d.mts",
  "files": ["dist/**/*"],
  "dependencies": {
    "@alloy-js/core": "^0.24.1",
    "@alloy-js/json": "^0.24.0",
    "@alloy-js/markdown": "^0.24.0",
    "@alloy-js/typescript": "^0.24.0",
    "@napi-rs/cli": "^3.10.3",
    "@powerlines/plugin-alloy": "^0.26.311",
    "@powerlines/plugin-babel": "^0.13.210",
    "@powerlines/plugin-automd": "^0.1.675",
    "@stryke/convert": "^0.7.45",
    "@stryke/fs": "^0.33.116",
    "@stryke/path": "^0.29.41",
    "@stryke/string-format": "^0.17.56",
    "@stryke/type-checks": "^0.6.47",
    "@stryke/types": "^0.12.42",
    "automd": "^0.4.3",
    "defu": "^6.1.7",
    "powerlines": "^0.47.213"
  },
  "devDependencies": {
    "@napi-rs/wasm-runtime": "^1.2.4",
    "@powerlines/plugin-plugin": "^0.12.626",
    "@types/node": "^25.9.7"
  },
  "peerDependencies": { "@napi-rs/wasm-runtime": ">=1.1.4" },
  "peerDependenciesMeta": { "@napi-rs/wasm-runtime": { "optional": true } },
  "publishConfig": { "access": "public" },
  "gitHead": "6303d77b4c8c2dadb7f0128d74e30c2cbb6ffe75"
}
