{
    "name": "@lottojs/ciapa",
    "version": "0.2.4",
    "description": "Sto bibliotecheto fato in JavaScript, te permete de farghe le chiamate HTTP e ciapar tute le informazioni che te serve par el to progèto.",
    "author": "Pedro Harbs <harbspj@gmail.com>",
    "license": "MIT",
    "main": "lib/index.js",
    "files": [
        "lib/**/*"
    ],
    "types": "lib/index.d.ts",
    "keywords": [
        "nodejs",
        "http",
        "fetch",
        "ciapa",
        "typescript",
        "lottojs"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/lottojs/ciapa.git"
    },
    "bugs": {
        "url": "https://github.com/lottojs/ciapa/issues"
    },
    "homepage": "https://github.com/lottojs/ciapa#readme",
    "scripts": {
        "build": "tsc && tscpaths -p ./tsconfig.json -s src -o lib",
        "dev": "ts-node -r tsconfig-paths/register sample/index.ts",
        "lint": "eslint src --ext .ts --fix",
        "prepare": "husky install",
        "test": "jest --silent --runInBand --coverage"
    },
    "devDependencies": {
        "@lottojs/eslint-config": "^0.2.0",
        "@lottojs/ts-config": "^0.2.0",
        "git-commit-msg-linter": "^5.0.4",
        "husky": "^8.0.3",
        "jest": "^29.7.0",
        "lint-staged": "^14.0.1",
        "ts-jest": "^29.1.1",
        "ts-node": "^10.9.1",
        "tsconfig-paths": "^4.2.0",
        "tscpaths": "^0.0.9",
        "typescript": "^5.1.6",
        "validate-branch-name": "^1.3.0"
    },
    "lint-staged": {
        "src/**/*": "npm run lint",
        "sample/**/*": "npm run lint"
    },
    "validate-branch-name": {
        "pattern": "^(master|main|develop){1}$|^(feat|fix|imp|release)/.+$"
    },
    "dependencies": {
        "zod": "^3.22.4"
    }
}
