swc_plugin_noop 0.12.2

Noop plugin for debugging.
Documentation
{
  "name": "@swc/plugin-noop",
  "version": "1.5.16",
  "description": "Noop SWC plugin, for debugging",
  "main": "swc_plugin_noop.wasm",
  "scripts": {
    "prepack": "cp ../../target/wasm32-wasi/release/swc_plugin_noop.wasm ."
  },
  "homepage": "https://swc.rs",
  "repository": {
    "type": "git",
    "url": "+https://github.com/swc-project/plugins.git"
  },
  "bugs": {
    "url": "https://github.com/swc-project/plugins/issues"
  },
  "author": "강동윤 <kdy1997.dev@gmail.com>",
  "keywords": [],
  "license": "Apache-2.0"
}