{
  "name": "@financial-times/o-utils",
  "main": "main.js",
  "type": "module",
  "version": "2.2.1",
  "description": "Provides JS helper functions, such as throttling and debouncing",
  "keywords": [
    "debounce",
    "throttle",
    "uid",
    "unique",
    "id"
  ],
  "homepage": "https://registry.origami.ft.com/components/o-utils",
  "bugs": {
    "url": "https://github.com/Financial-Times/origami/issues/new?labels=o-utils,libraries",
    "email": "origami.support@ft.com"
  },
  "license": "MIT",
  "engines": {
    "npm": ">7"
  },
  "scripts": {
    "test": "mocha test"
  },
  "private": false
}
