UNPKG

trasorio-sdk

Version:

Official Node.js SDK for Trasor.io trust infrastructure platform

48 lines 986 B
{ "name": "trasorio-sdk", "version": "1.0.2", "description": "Official Node.js SDK for Trasor.io trust infrastructure platform", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "node test/test.js", "test:unit": "node test/unit.test.js", "lint": "eslint .", "start": "node example.js" }, "repository": { "type": "git", "url": "git+https://github.com/trasor/sdk.git" }, "keywords": [ "trasor", "audit", "logging", "security", "ai", "agents", "blockchain", "verification", "trust", "infrastructure" ], "author": "Trasor.io <support@trasor.io>", "license": "MIT", "bugs": { "url": "https://github.com/trasor/sdk/issues" }, "homepage": "https://github.com/trasor/sdk#readme", "engines": { "node": ">=14.0.0" }, "dependencies": {}, "devDependencies": { "eslint": "^8.0.0" }, "files": [ "index.js", "index.d.ts", "README.md", "LICENSE" ] }