{
    "name": "@odg/axios",
    "version": "1.19.0",
    "description": "Project Axios using IoC and DI",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "homepage": "https://github.com/ODGodinho/ODGMono/tree/main/packages/axios",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ODGodinho/ODGMono.git",
        "directory": "packages/axios"
    },
    "scripts": {
        "tsc": "tsc --noEmit -p tsconfig.json",
        "build": "rimraf dist/ && tsc --project ./tsconfig.build.json && tsc-alias -p tsconfig.build.json",
        "build:watch": "npm run build && (concurrently \"tsc --project ./tsconfig.build.json -w\" \"tsc-alias -p tsconfig.build.json -w\")",
        "dev": "tsx ./src/index.ts",
        "start": "node ./dist/index.js",
        "lint": "odg-lint",
        "lint:fix": "odg-lint --fix",
        "test": "vitest run",
        "test:ci": "vitest run --passWithNoTests",
        "test:watch": "vitest --watch"
    },
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "./dist/",
        "./README.md",
        "./agents.md"
    ],
    "author": "Dragons Gamers <https://www.linkedin.com/in/victor-alves-odgodinho>",
    "license": "MIT",
    "devDependencies": {
        "@odg/eslint-config": "^3.9.0",
        "@odg/tsconfig": "^1.5.0",
        "@types/node": ">=24",
        "@vitest/coverage-istanbul": "^4.1.8",
        "concurrently": "^10.0.3",
        "rimraf": "^6.1.3",
        "tsc-alias": "^1.8.17",
        "tsx": "^4.22.4",
        "typescript": "^6.0.3",
        "vite": "^8.0.16",
        "vitest": "^4.1.8"
    },
    "dependencies": {
        "@odg/exception": "^1.15.0",
        "@odg/message": "^1.19.0",
        "axios": "^1.17.0"
    },
    "peerDependencies": {
        "@odg/exception": "^1.15.0",
        "@odg/message": "^1.19.0"
    },
    "peerDependenciesMeta": {
        "@odg/exception": {
            "optional": true
        },
        "@odg/message": {
            "optional": true
        }
    },
    "packageManager": "yarn@4.13.0"
}
