{
  "name": "helping",
  "description": "A collection of generic Javascript functions that help in day to day programming.",
  "version": "0.1.9",
  "author": "Sean Bannister",
  "license": "ISC",
  "type": "module",
  "exports": {
    "browser": "./dist/helping.min.js",
    "default": "./index.js"
  },
  "engines": {
    "node": ">= 12.17.0"
  },
  "browserslist": [
    "> 0.1%",
    "last 5 versions"
  ],
  "scripts": {
    "test": "mocha",
    "build": "microbundle --entry index.js --output dist/minified/ --target web --format umd,es --name helping && microbundle --entry index.js --output dist/unminified/ --target web --format umd,es --name helping --no-compress && node post-build.js",
    "release": "npm run build && np"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "microbundle": "^0.12.0",
    "mocha": "^7.1.2",
    "move-file": "^2.0.0",
    "replace-in-file": "^6.0.0"
  },
  "homepage": "https://github.com/seanbannister/helping",
  "repository": {
    "type": "git",
    "url": "https://github.com/seanbannister/helping.git"
  },
  "bugs": {
    "url": "https://github.com/seanbannister/helping/issues"
  },
  "keywords": [
    "util",
    "functional",
    "utilities",
    "toolkit",
    "helper",
    "server",
    "client",
    "browser",
    "library"
  ],
  "dependencies": {}
}
