{
  "name": "@novasamatech/product-sdk",
  "type": "module",
  "version": "0.7.9-4",
  "description": "Polkadot product SDK: integrate and run your product inside Polkadot browser.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paritytech/triangle-js-sdks.git"
  },
  "keywords": [
    "polkadot"
  ],
  "main": "dist/index.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "#/source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "@polkadot/extension-inject": "^0.63.1",
    "@polkadot-api/json-rpc-provider-proxy": "^0.4.0",
    "@polkadot-api/substrate-bindings": "^0.20.2",
    "@novasamatech/host-api": "0.7.9-4",
    "polkadot-api": ">=2",
    "neverthrow": "^8.2.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
