UNPKG

@pedro2s/nestjs-http-async

Version:
61 lines (60 loc) 1.36 kB
{ "name": "@pedro2s/nestjs-http-async", "version": "v1.2.3", "description": "HttpService Async for NestJS", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "commonjs", "scripts": { "build": "tsc", "release": "npm publish", "clean": "rimraf dist && rimraf coverage", "prebuild": "npm run clean", "prepublishOnly": "npm run build", "pretest": "npm run build", "test": "vitest run", "test:cov": "vitest run --coverage" }, "engines": { "node": ">=20.x", "npm": ">=10.8.x" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/pedro2s/nestjs-http-async.git" }, "author": "Pedro Santana", "license": "MIT", "bugs": { "url": "https://github.com/pedro2s/nestjs-http-async/issues" }, "homepage": "https://github.com/pedro2s/nestjs-http-async#readme", "devDependencies": { "@nestjs/testing": "^10.4.20", "@types/node": "^22.10.0", "@vitest/coverage-v8": "^3.2.4", "fbjs-scripts": "^3.0.1", "rimraf": "^6.0.1", "typescript": "^5.7.2", "vite": "^7.1.3", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.2.4" }, "peerDependencies": { "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0", "axios": "^1.0.0", "reflect-metadata": "^0.1.12 || ^0.2.0", "rxjs": "^7.1.0" }, "keywords": [ "NestJS", "HttpModule", "Axios", "HttpService", "Async" ] }