{
  "name": "@swc/plugin-formatjs",
  "version": "10.0.0",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "description": "FormatJS SWC plugin",
  "main": "swc_plugin_formatjs.wasm",
  "homepage": "https://swc.rs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swc-project/plugins.git",
    "directory": "packages/formatjs"
  },
  "bugs": {
    "url": "https://github.com/swc-project/plugins/issues"
  },
  "author": "강동윤 <kdy1997.dev@gmail.com>",
  "keywords": [],
  "license": "Apache-2.0",
  "preferUnplugged": true,
  "dependencies": {
    "@swc/counter": "^0.1.3"
  },
  "scripts": {
    "build": "cargo build --release -p swc_plugin_formatjs --target wasm32-wasip1 && cp ../../target/wasm32-wasip1/release/swc_plugin_formatjs.wasm .",
    "build:debug": "cargo build -p swc_plugin_formatjs --target wasm32-wasip1 && cp ../../target/wasm32-wasip1/debug/swc_plugin_formatjs.wasm .",
    "test": "pnpm run build:debug && vitest run --testTimeout=0"
  }
}