{
    "name": "@rdfc/http-utils-processor-ts",
    "version": "1.1.0",
    "description": "HTTP util functions to be used within RDF-Connect",
    "type": "module",
    "scripts": {
        "build": "tsc && tsc-alias",
        "test": "vitest run --coverage --coverage.include src",
        "pretest": "tsc && tsc-alias",
        "prepare": "husky",
        "prepublishOnly": "npm run build"
    },
    "files": [
        "lib/**/*",
        "./processors.ttl"
    ],
    "keywords": [
        "HTTP",
        "RDF-Connect"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/rdf-connect/http-utils-processor-ts.git"
    },
    "author": "Jens Pots",
    "contributors": [
        "Arthur Vercruysse",
        "Ieben Smessaert",
        "Julián Rojas"
    ],
    "license": "MIT",
    "devDependencies": {
        "@eslint/eslintrc": "^3.3.4",
        "@eslint/js": "^10.0.1",
        "@rdfc/js-runner": "^3.0.3",
        "@types/bun": "^1.3.9",
        "@types/jsdom": "^28.0.0",
        "@types/supertest": "^7.2.0",
        "@typescript-eslint/eslint-plugin": "^8.56.1",
        "@typescript-eslint/parser": "^8.56.1",
        "@vitest/coverage-v8": "^4.0.18",
        "eslint": "^10.0.2",
        "eslint-config-prettier": "^10.1.8",
        "globals": "^17.4.0",
        "jsdom": "^28.1.0",
        "prettier": "3.8.1",
        "supertest": "^7.2.2",
        "tsc-alias": "^1.8.16",
        "typescript": "^5.9.3",
        "vite-tsconfig-paths": "^6.1.1",
        "vitest": "^4.0.18"
    },
    "dependencies": {
        "@node-oauth/express-oauth-server": "^4.1.5",
        "@node-oauth/oauth2-server": "^5.2.1",
        "cron": "^4.4.0",
        "dotenv": "^17.3.1",
        "express": "^5.2.1",
        "husky": "^9.1.7",
        "lint-staged": "^16.3.1",
        "ts-node": "^10.9.2",
        "winston": "^3.19.0"
    }
}
