{
  "name": "utileo",
  "version": "2.0.1",
  "description": "JS library with most common utils.",
  "main": "index.js",
  "module": "index.js",
  "type": "module",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "npm run lint && npm run clean && rollup -c",
    "clean": "rm -rf lib",
    "lint": "eslint ./src --ext .ts",
    "lint:fix": "eslint --fix src/.",
    "release": "standard-version",
    "postbuild": "cp package.json lib"
  },
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/exec": "^5.0.0",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/npm": "^7.0.10",
    "@semantic-release/release-notes-generator": "^9.0.2",
    "@typescript-eslint/eslint-plugin": "^4.15.0",
    "@typescript-eslint/parser": "^4.15.0",
    "eslint": "^7.20.0",
    "eslint-plugin-prettier": "^3.3.1",
    "husky": "^7.0.4",
    "replace-json-property": "^1.6.3",
    "require": "^2.4.20",
    "rollup": "^2.38.5",
    "rollup-plugin-multi-input": "^1.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.29.0",
    "semantic-release": "^17.4.1",
    "ts-loader": "^8.0.17",
    "typescript": "^4.1.5"
  },
  "author": "WebChapter | Bharatpe",
  "license": "ISC",
  "keywords": [
    "browser-util-functions",
    "util-function",
    "js-utils",
    "javascript-utils",
    "javascript-utils-function",
    "common-utils"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/bharatpe/utileo"
  },
  "homepage": "https://github.com/bharatpe/utileo#readme",
  "dependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  }
}
