{
  "name": "@common-utilities/debounce",
  "version": "0.0.2",
  "description": "A basic implementation of the common utility function, Debounce 🏓",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": "git@github.com:yowainwright/common-utilities.git",
  "author": "Jeff Wainwright <yowainwright@gmail.com> (jeffry.in)",
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist"
  },
  "jest": {
    "name": "@common-utilities/debounce",
    "rootDir": "./",
    "roots": [
      "<rootDir>/src"
    ]
  },
  "keywords": [
    "debounce",
    "common-utilities",
    "utility",
    "functional"
  ],
  "gitHead": "306640dddfb574cc3958dd3b312fdae5c8933d5f"
}
