{
  "name": "@layr8/twin-sdk",
  "version": "1.4.5",
  "importPath": "@layr8/twin-sdk",
  "description": "Layr8 Twin SDK",
  "publishConfig": {
    "access": "public"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/layr-8/layr8.git",
    "directory": "libs/twin-sdk"
  },
  "homepage": "https://layr8.org",
  "bugs": {
    "url": "https://github.com/layr-8/layr8/issues",
    "email": "bugs@layr8.org"
  },
  "author": {
    "name": "Zach Scott",
    "email": "zach@protocoltech.io",
    "url": "https://protocoltech.io"
  },
  "license": "(APACHE-2.0 AND CC BY-NC 4.0)",
  "keywords": [
    "layr8",
    "twin",
    "digital twin",
    "iot",
    "blockchain",
    "iiot",
    "agent",
    "smart agent",
    "smart twin"
  ],
  "dependencies": {
    "@layr8/proto": "latest"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist/src/**/*"
  ]
}