{
  "name": "rollup-plugin-swc3",
  "version": "0.12.1",
  "description": "Use SWC with Rollup to transform ESNext and TypeScript code.",
  "homepage": "https://github.com/SukkaW/rollup-plugin-swc#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/SukkaW/rollup-plugin-swc.git"
  },
  "bugs": {
    "url": "https://github.com/SukkaW/rollup-plugin-swc/issues"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "exports": {
    "import": "./dist/index.mjs",
    "default": "./dist/index.js"
  },
  "scripts": {
    "prepublishOnly": "npm run clean && npm run test && npm run build",
    "clean": "rimraf ./dist ./test/temp",
    "build": "SWC_NODE_PROJECT=./tsconfig.json node -r @swc-node/register tools/build.ts",
    "test": "SWC_NODE_PROJECT=./tsconfig.json mocha -r @swc-node/register test/index.ts",
    "lint": "eslint --format sukka ."
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@dual-bundle/import-meta-resolve": "^4.1.0",
    "@fastify/deepmerge": "^2.0.0",
    "@rollup/pluginutils": "^5.1.2",
    "get-tsconfig": "^4.8.1",
    "rollup-preserve-directives": "^1.1.2"
  },
  "devDependencies": {
    "@eslint-sukka/node": "^6.6.1",
    "@jsdevtools/ez-spawn": "^3.0.4",
    "@rollup/plugin-commonjs": "^28.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@swc-node/register": "^1.10.9",
    "@swc/core": "^1.7.26",
    "@types/chai": "^4.3.20",
    "@types/mocha": "^10.0.8",
    "@types/node": "^20.16.10",
    "chai": "^4.5.0",
    "eslint": "^9.12.0",
    "eslint-config-sukka": "^6.6.1",
    "eslint-formatter-sukka": "^6.6.1",
    "fdir": "^6.4.0",
    "memdisk": "^1.2.0",
    "mocha": "^10.7.3",
    "mocha-chai-jest-snapshot": "^1.1.6",
    "picocolors": "^1.1.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.24.0",
    "rollup-plugin-dts": "^6.1.1",
    "rollup2": "npm:rollup@^2.79.2",
    "rollup3": "npm:rollup@^3.29.5",
    "typescript": "^5.6.2",
    "vite": "^5.4.8"
  },
  "peerDependencies": {
    "@swc/core": ">=1.2.165",
    "rollup": "^2.0.0 || ^3.0.0 || ^4.0.0"
  },
  "engines": {
    "node": ">=16"
  },
  "overrides": {
    "rollup": "$rollup"
  }
}
