@multiversx/sdk-nestjs-http
Version:
Multiversx SDK Nestjs http package
52 lines (51 loc) • 1.37 kB
JSON
{
"name": "@multiversx/sdk-nestjs-http",
"version": "5.0.0",
"description": "Multiversx SDK Nestjs http package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "jest --config=../../jest.config.json --passWithNoTests http/*",
"build": "tsc",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/multiversx/mx-sdk-nestjs.git"
},
"keywords": [
"multiversx",
"nestjs",
"http"
],
"author": "MultiversX",
"license": "MIT",
"devDependencies": {
"@types/axios": "^0.14.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.16.0",
"axios-mock-adapter": "^1.20.0",
"eslint": "^8.9.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@multiversx/sdk-core": "^14.0.0",
"@multiversx/sdk-native-auth-client": "^1.0.9",
"agentkeepalive": "^4.3.0",
"axios": "^1.7.4"
},
"peerDependencies": {
"@multiversx/sdk-nestjs-common": "^5.0.0",
"@multiversx/sdk-nestjs-monitoring": "^5.0.0",
"@nestjs/common": "^10.x",
"@nestjs/core": "^10.x"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6cda0cd7ef838245ac2d4d10280e4dd023ab922b"
}