{
    "name": "@jollose/core-ecom-management-catalog",
    "version": "3.14.0",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "scripts": {
        "build": "rm -rf ./lib && npx tsc",
        "watch": "npx tsc-watch",
        "pub": "npm run prettier && npm run build && npm publish --access public",
        "prettier": "prettier --write ./src",
        "upd": "npm-check-updates -u && npm i && git add . && git commit -m \"deps: actualizar dependencias\" && npm version minor --commit-hooks=false && npm run pub && git push"
    },
    "directories": {
        "lib": "lib"
    },
    "dependencies": {
        "@jollose/core-cache": "^3.11.0",
        "@jollose/core-http": "^3.10.0",
        "@jollose/core-log": "^3.10.0",
        "@jollose/core-shared": "^3.13.0"
    },
    "devDependencies": {
        "@jollose/core-redis": "^3.8.0",
        "@types/node": "18.15.11",
        "@typescript-eslint/eslint-plugin": "5.57.1",
        "@typescript-eslint/parser": "5.57.1",
        "eslint": "8.38.0",
        "eslint-config-prettier": "8.8.0",
        "eslint-plugin-prettier": "4.2.1",
        "prettier": "2.8.7",
        "typescript": "5.0.4"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/jorgellose/core-ecom-management-catalog.git"
    },
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/jorgellose/core-ecom-management-catalog/issues"
    },
    "homepage": "https://github.com/jorgellose/core-ecom-management-catalog#readme"
}
