{
  "name": "happyinc-utils",
  "version": "1.1.2",
  "description": "Helper functions we use at Happy Inc",
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf ./packages",
    "test": "jest",
    "lint": "eslint './src/**/*.ts' --quiet --fix",
    "dev": "tsc --w",
    "prepare": "for file in `ls .git-hooks`; do ln -sf ../../.git-hooks/${file} .git/hooks/${file}; done"
  },
  "keywords": [
    "happy",
    "inc",
    "utils",
    "helper"
  ],
  "author": "Denis Pas, Alena Tupikova, Alexey Solovyov",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/happy-inc-tech/happyinc-utils.git"
  },
  "bugs": {
    "url": "https://github.com/happy-inc-tech/happyinc-utils/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "@testing-library/preact": "^2.0.1",
    "@testing-library/preact-hooks": "^1.1.0",
    "@types/jest": "^27.4.1",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "eslint": "^8.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.5.1",
    "preact": "^10.7.1",
    "prettier": "^2.6.2",
    "ts-jest": "^27.1.4",
    "typescript": "^4.6.4",
    "vue": "^2.6.14"
  },
  "peerDependencies": {
    "vue": "^2.6.14"
  }
}