{
  "name": "esbuild-plugin-resolve",
  "version": "2.0.0",
  "type": "module",
  "description": "Change where a module dependency is resolved/imported from.",
  "main": "index.js",
  "scripts": {
    "test": "node test"
  },
  "keywords": [
    "esbuild",
    "esbuild resolve",
    "resolve",
    "swap dependencies",
    "import",
    "dependencies"
  ],
  "author": {
    "email": "me@markwylde.com",
    "name": "Mark Wylde",
    "url": "https://github.com/markwylde"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markwylde/esbuild-plugin-resolve.git"
  },
  "bugs": {
    "url": "https://github.com/markwylde/esbuild-plugin-resolve/issues"
  },
  "homepage": "https://github.com/markwylde/esbuild-plugin-resolve#readme",
  "devDependencies": {
    "basictap": "^4.3.3",
    "esbuild": "^0.17.19",
    "routemeup": "^4.0.0"
  }
}
