{
  "name": "babel-plugin-transform-es2015-modules-strip",
  "version": "0.1.3",
  "description": "A Babel plugin that strips import and export statements from modules.",
  "keywords": [
    "babel-plugin"
  ],
  "homepage": "https://github.com/bardiharborow/babel-plugin-transform-es2015-modules-strip",
  "bugs": {
    "url": "https://github.com/bardiharborow/babel-plugin-transform-es2015-modules-strip/issues",
    "email": "bardi@bardiharborow.com"
  },
  "license": "MIT",
  "author": {
    "name": "Bardi Harborow",
    "email": "bardi@bardiharborow.com",
    "url": "https://bardiharborow.com/"
  },
  "funding": "https://github.com/sponsors/bardiharborow",
  "files": [],
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/bardiharborow/babel-plugin-transform-es2015-modules-strip.git"
  },
  "scripts": {
    "js-lint": "eslint .",
    "js-test": "jest",
    "test": "npm run js-lint && npm run js-test"
  },
  "devDependencies": {
    "@babel/core": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "@eslint/js": "^9.39.1",
    "eslint": "^9.39.1",
    "globals": "^16.5.0",
    "jest": "^30.2.0"
  }
}
