{
  "name": "@ikas/app-helpers",
  "version": "1.0.10",
  "description": "ikas store app helpers",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "ikas",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "ikas"
  ],
  "dependencies": {},
  "devDependencies": {
    "prettier": "^2.4.1",
    "typescript": "^4.5.2",
    "git-branch-is": "^4.0.0",
    "husky": "4.3.8"
  },
  "scripts": {
    "build": "npx tsc",
    "version:patch": "yarn build && npm --no-git-tag-version version patch && git add package.json",
    "version:alpha": "yarn build && npm --no-git-tag-version version prerelease --preid=alpha && git add package.json"
  },
  "husky": {
    "hooks": {
      "pre-commit": "git-branch-is main && (yarn version:patch) || (git-branch-is development && yarn version:alpha)"
    }
  },
  "prettier": {
    "semi": true,
    "trailingComma": "all",
    "singleQuote": true,
    "printWidth": 150,
    "tabWidth": 2,
    "bracketSpacing": true
  }
}
