{
  "name": "helper-js",
  "version": "3.1.6",
  "description": "",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "jsdelivr": "dist/index.iife.js",
  "unpkg": "dist/index.iife.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "rogo",
    "watch": "rogo -w",
    "docs": "typedoc --out docs src/index.ts"
  },
  "author": "phphe <phphe@outlook.com> (https://github.com/phphe)",
  "bugs": {
    "url": "https://github.com/phphe/helper-js/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/phphe/helper-js.git"
  },
  "devDependencies": {
    "rogo": "^3.1.4",
    "typedoc": "^0.22.13",
    "typescript": "^4"
  },
  "dependencies": {
    "@babel/runtime": "^7.7.7"
  },
  "license": "MIT"
}