{
  "name": "complugin-sucrase",
  "version": "1.1.1",
  "description": "complugin to compile bundles with the sucrase.",
  "author": "xxXyh1908",
  "license": "MIT",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch src",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "depcheck": "depcheck",
    "prepublishOnly": "npm run build",
    "release": "bumpp --commit --push --tag --all -x 'npx conventional-changelog -p angular -i CHANGELOG.md -s' && npm publish"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "complugin",
    "bundler-plugin",
    "plugin",
    "rollup",
    "esbuild",
    "vite",
    "webpack",
    "sucrase"
  ],
  "dependencies": {
    "complugin": "^1.1.1",
    "sucrase": "^3.23.0"
  },
  "devDependencies": {
    "@types/lodash-es": "^4.17.6",
    "@types/node": ">12.2.0",
    "@vitest/ui": "^0.16.0",
    "bumpp": "^8.2.1",
    "conventional-changelog-cli": "^2.2.2",
    "esbuild": "^0.14.48",
    "lodash-es": "^4.17.21",
    "memfs": "^3.4.7",
    "rollup": "^2.75.5",
    "tsup": "^6.1.3",
    "typescript": "^4.7.4",
    "vite": "^2.9.13",
    "vitest": "^0.16.0",
    "webpack": "^5.73.0",
    "webpack4": "npm:webpack@4",
    "webpack5": "npm:webpack@5"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/xxXyh1908/complugin-sucrase"
  },
  "bugs": {
    "url": "https://gitee.com/xxXyh1908/complugin-sucrase/issues"
  },
  "homepage": "https://gitee.com/xxXyh1908/complugin-sucrase/#readme"
}
