{
  "name": "@holaluz/pomada",
  "version": "2.4.1",
  "description": "Holaluz shared FE business logic repository",
  "author": "Holaluz",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holaluz/pomada.git"
  },
  "engines": {
    "node": ">= 18"
  },
  "scripts": {
    "build": "tsc",
    "build:docs": "npx typedoc",
    "format": "prettier '**/*.ts' --write",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "axios": "^0.22.0"
  },
  "devDependencies": {
    "@holaluz/npm-scripts": "^5.7.1",
    "@types/jest": "^27.0.2",
    "msw": "^0.28.1",
    "semantic-release": "^19.0.3",
    "ts-jest": "^27.0.5",
    "typedoc": "^0.20.35",
    "typescript": "^4.2.4"
  },
  "release": {
    "branches": [
      "main",
      "next"
    ]
  },
  "bugs": {
    "url": "https://github.com/holaluz/pomada/issues"
  },
  "homepage": "https://github.com/holaluz/pomada#readme",
  "directories": {
    "doc": "docs"
  },
  "license": "ISC"
}
