UNPKG

tanglepay-sdk-monorepo

Version:

DApp SDK to interact with TanglePay wallets

43 lines (42 loc) 1.13 kB
{ "name": "tanglepaysdk-l1tol2", "version": "0.1.9", "description": "iota shimmer l1 to l2 demo", "main": "dist/esm/index.js", "types": "dist/index.d.ts", "type": "module", "moduleNameIife": "l12l2", "scripts": { "clean": "rimraf dist", "build:type": "tsc", "build:source": "rollup --config rollup.config.mjs", "build": "yarn run clean && yarn run build:type && yarn run build:source", "lint": "eslint src --fix --ext .ts,.js" }, "repository": { "type": "git", "url": "https://github.com/TanglePay/TanglePay-SDK.git" }, "keywords": [ "l12l2", "TanglePay", "Dapp", "Iota", "wallet" ], "author": "TanglePay", "license": "Apache-2.0", "bugs": { "url": "https://github.com/TanglePay/TanglePay-SDK/issues" }, "homepage": "https://github.com/TanglePay/TanglePay-SDK#readme", "devDependencies": { "@iota/types": "^2.0.0-rc.2" }, "dependencies": { "@iota/client-wasm": "^1.0.0-alpha.2", "@iota/crypto.js": "^1.8.6", "@iota/util.js": "~1.9.0-stardust.5", "big-integer": "^1.6.51" } }