{
  "name": "tronic-sdk",
  "version": "2.2.6",
  "description": "@tronic/tronic-sdk - Now with staging workflow support",
  "author": "Tronic <engineering@tronic.app> (https://tronic.app)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tronicapp/tronic-js"
  },
  "homepage": "https://tronic.app",
  "files": [
    "dist"
  ],
  "target": "browser",
  "cdnGlobalName": "Tronic",
  "main": "./dist/cjs/index.js",
  "module": "./dist/es/index.js",
  "types": "./dist/types/index.d.ts",
  "jsdelivr": "./dist/tronic.js",
  "exports": {
    "types": "./dist/types/index.d.ts",
    "import": "./dist/es/index.mjs",
    "require": "./dist/cjs/index.js"
  },
  "externals": {
    "exclude": [
      "localforage"
    ]
  },
  "dependencies": {
    "localforage": "^1.7.4",
    "tronic-commons": "^2.0.2",
    "tronic-provider": "^2.0.2",
    "tronic-types": "^2.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/plugin-proposal-optional-chaining": "^7.9.0",
    "@babel/runtime": "^7.9.6",
    "localforage-driver-memory": "^1.0.5"
  },
  "gitHead": "15aa74909ff2f6e2cef32c6729ddfdf6e6fa1239"
}
