tanglepaysdk-client
Version:
DApp SDK to interact with TanglePay wallets
38 lines (37 loc) • 1.01 kB
JSON
{
"name": "tanglepaysdk-client",
"version": "0.1.16",
"description": "DApp SDK to interact with TanglePay wallets",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"type": "module",
"moduleNameIife": "iota",
"scripts": {
"clean": "rimraf dist",
"build:type": "tsc",
"build:source": "rollup --config rollup.config.mjs",
"build": "npm run clean && npm run build:type && npm run build:source",
"lint": "eslint src --fix --ext .ts,.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TanglePay/TanglePay-SDK.git"
},
"keywords": [
"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",
"dependencies": {
"tanglepaysdk-common": "^0.1.16"
},
"gitHead": "8cfc31bfa6ea14bca17ae26e45e1c77bf4d9aafe"
}