{
  "name": "fputils",
  "version": "1.2.10",
  "description": "some common util methods",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest",
    "coverage": "jest --collect-coverage",
    "clean": "rm -rf ./lib",
    "build": "yarn clean && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smidhonza/fputils.git"
  },
  "keywords": [
    "fp",
    "utils"
  ],
  "files": [
    "lib",
    "src",
    "es"
  ],
  "author": "Honza Smid",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/smidhonza/fputils/issues"
  },
  "homepage": "https://github.com/smidhonza/fputils#readme",
  "jest": {
    "transform": {
      "ts": "ts-jest"
    },
    "testRegex": "\\.spec\\.ts$",
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "coverageReporters": [
      "lcov"
    ]
  },
  "devDependencies": {
    "@types/jest": "^27.0.0",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.3",
    "typescript": "^4.2.3"
  }
}
