{
  "name": "@putout/plugin-esm",
  "version": "10.8.1",
  "type": "module",
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
  "description": "🐊Putout plugin improves ability to transform ESM code",
  "homepage": "https://github.com/coderaiser/putout/tree/master/packages/plugin-esm#readme",
  "main": "lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./merge-duplicate-imports": "./lib/merge-duplicate-imports/index.js"
  },
  "imports": {
    "#get-imports": "./lib/shorten-imported-file/get-imports/index.js",
    "#get-imports-tuples": "./lib/apply-name-to-imported-file/get-imports-tuples.js",
    "#get-default-imports": "./lib/apply-name-to-imported-file/get-imports/index.js",
    "#change-imports": "./lib/resolve-imported-file/change-imports/index.js",
    "#private-imports": "./lib/apply-privately-imported-file/private-imports.js",
    "#is-esm": "./lib/apply-name-to-imported-file/is-esm/index.js",
    "#has-export-default": "./lib/apply-name-to-imported-file/has-export-default/index.js",
    "#determine-import-type": "./lib/apply-name-to-imported-file/determine-import-type.js"
  },
  "release": false,
  "tag": false,
  "changelog": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coderaiser/putout.git"
  },
  "scripts": {
    "test": "madrun test",
    "watch:test": "madrun watch:test",
    "lint": "madrun lint",
    "fresh:lint": "madrun fresh:lint",
    "lint:fresh": "madrun lint:fresh",
    "fix:lint": "madrun fix:lint",
    "coverage": "madrun coverage",
    "report": "madrun report"
  },
  "dependencies": {
    "parse-import-specifiers": "^1.0.3",
    "try-catch": "^4.0.0"
  },
  "keywords": [
    "putout",
    "putout-plugin",
    "plugin",
    "esm"
  ],
  "devDependencies": {
    "@putout/eslint-flat": "^4.0.0",
    "@putout/plugin-declare": "*",
    "@putout/plugin-declare-before-reference": "*",
    "@putout/plugin-destructuring": "*",
    "@putout/plugin-nodejs": "*",
    "@putout/plugin-putout": "*",
    "@putout/plugin-reuse-duplicate-init": "*",
    "@putout/plugin-tape": "*",
    "@putout/plugin-typescript": "*",
    "@putout/test": "^15.0.0",
    "eslint": "^10.0.0",
    "eslint-plugin-putout": "^31.0.0",
    "madrun": "^13.0.0",
    "montag": "^2.0.0",
    "nodemon": "^3.0.1",
    "redlint": "^6.0.0",
    "superc8": "^12.0.0",
    "supertape": "^13.0.0"
  },
  "peerDependencies": {
    "putout": ">=42"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  }
}
