{
  "name": "@intlayer/swc",
  "version": "9.5.6",
  "private": false,
  "description": "A SWC plugin for Intlayer that transforms declaration files and provides internationalization features during the build process according to the Intlayer configuration.",
  "keywords": [
    "intlayer",
    "babel",
    "plugin",
    "internationalization",
    "transpile",
    "typescript",
    "javascript",
    "json",
    "file"
  ],
  "homepage": "https://intlayer.org",
  "bugs": {
    "url": "https://github.com/aymericzip/intlayer/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aymericzip/intlayer.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Aymeric PINEAU",
    "url": "https://github.com/aymericzip"
  },
  "contributors": [
    {
      "name": "Aymeric Pineau",
      "email": "ay.pineau@gmail.com",
      "url": "https://github.com/aymericzip"
    }
  ],
  "sideEffects": false,
  "exports": {
    ".": "./target/wasm32-wasip1/release/intlayer_swc_plugin.wasm",
    "./package.json": "./package.json"
  },
  "main": "target/wasm32-wasip1/release/intlayer_swc_plugin.wasm",
  "files": [
    "./target/wasm32-wasip1/release/intlayer_swc_plugin.wasm",
    "./package.json"
  ],
  "scripts": {
    "build": "",
    "build:ci": "",
    "clean": "",
    "prepublishOnly": "cargo build-wasip1 --release",
    "publish": "bun publish || true",
    "publish:canary": "bun publish --access public --tag canary || true",
    "publish:ci": "bun ../../../scripts/publish-package.mjs",
    "publish:latest": "bun publish --access public --tag latest || true",
    "reset": "",
    "test": ""
  },
  "engines": {
    "node": ">=14.18"
  },
  "bug": {
    "url": "https://github.com/aymericzip/intlayer/issues"
  },
  "preferUnplugged": true
}
