UNPKG

@affinidi-tdk/iota-client

Version:

Affinidi TDK typescript client for Affinidi IOTA

50 lines (49 loc) 1.11 kB
{ "name": "@affinidi-tdk/iota-client", "version": "1.44.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "private": false, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/iota-client" }, "keywords": [ "affinidi-tdk", "identity", "holistic", "network", "openapi-client", "openapi-generator", "@affinidi-tdk/iota-client" ], "license": "Apache-2.0", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "*" ], "module": "./dist/esm/index.js", "sideEffects": false, "engines": { "node": "20.x" }, "scripts": { "build": "tsc && tsc -p tsconfig.esm.json", "lint": "eslint . --ext .ts", "prepare": "npm run build" }, "dependencies": { "axios": "^1.11.0", "axios-retry": "^4.5.0", "url": "^0.11.4" }, "devDependencies": { "@types/node": "^18.18.2", "typescript": "^4.0" } }