{
  "name": "@technobuddha/library",
  "version": "1.9.0",
  "description": "A large library of useful functions",
  "keywords": [
    "miscellaneous"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/technobuddha/hill.software.git"
  },
  "homepage": "https://github.com/technobuddha/hill.software/tree/main/packages/library#technobuddhalibrary",
  "bugs": {
    "url": "https://github.com/technobuddha/hill.software/issues",
    "email": "phil@technobuddha.com"
  },
  "license": "MIT",
  "author": "Phil Hill <phil@technobuddha.com>",
  "engines": {
    "node": ">=14"
  },
  "scripts": {},
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "main": "./almostEquals.cjs",
  "module": "./almostEquals.mjs",
  "browser": "./almostEquals.cjs",
  "esnext": "./almostEquals.mjs",
  "typescript": "./almostEquals.ts",
  "types": "./almostEquals.d.ts"
}