@affinidi-tdk/iota-browser
Version:
Browser module to fetch data through Affinidi Iota Framework
55 lines (54 loc) • 1.38 kB
JSON
{
"name": "@affinidi-tdk/iota-browser",
"version": "1.20.0",
"description": "Browser module to fetch data through Affinidi Iota Framework",
"author": "Affinidi",
"repository": {
"type": "git",
"url": "https://github.com/affinidi/affinidi-tdk"
},
"keywords": [
"affinidi-tdk",
"affinidi-iota-framework",
"identity",
"holistic",
"network",
"trust"
],
"license": "Apache-2.0",
"main": "./dist/index.js",
"browser": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"homepage": "https://github.com/affinidi/affinidi-tdk#readme",
"scripts": {
"build": "tsc",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"package": "npm pack",
"publib-npm": "publib-npm"
},
"dependencies": {
"@affinidi-tdk/common": "^1.1.1",
"@smithy/types": "^3.0.0",
"aws-iot-device-sdk-v2": "1.20.1",
"jose": "^5.9.3",
"uuid": "^9.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"esbuild": "^0.24.0",
"esbuild-plugin-copy": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"fs-extra": "^11.2.0",
"typescript": "^5.2.2"
}
}