{
  "name": "@zachleat/noop",
  "version": "1.0.7",
  "description": "A minimal module to test importing in other tools.",
  "type": "module",
  "exports": {
    ".": {
      "require": "./index.cjs",
      "import": "./index.js"
    },
    "./esm": "./index.js",
    "./cjs": "./index.cjs",
    "./error": "./error.cjs"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zachleat/noop.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "Zach Leatherman",
    "email": "zachleatherman@gmail.com",
    "url": "https://zachleat.com/"
  },
  "license": "MIT"
}
