{
  "name": "noop",
  "version": "1.0.1",
  "description": "Provides a few global functions such as `noop`, `throwop`, and `doop`",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coolaj86/noop.js.git"
  },
  "keywords": [
    "util",
    "noop",
    "throwop",
    "doop",
    "no-op"
  ],
  "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
  "license": "MIT OR CC0-1.0",
  "bugs": {
    "url": "https://github.com/coolaj86/noop.js/issues"
  },
  "homepage": "https://github.com/coolaj86/noop.js#readme",
  "devDependencies": {
    "@types/node": "^16.7.4"
  }
}
