tanglepay-sdk
Version:
DApp SDK to interact with TanglePay wallets
40 lines (39 loc) • 1.15 kB
JSON
{
"name": "tanglepay-sdk",
"version": "0.1.5",
"description": "DApp SDK to interact with TanglePay wallets",
"main": "dist/index.es.js",
"types": "dist/types/index.d.ts",
"type": "module",
"browser": "dist/index.min.js",
"module": "dist/index.es.js",
"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",
"devDependencies": {
},
"dependencies": {
"@tanglepaysdk/common": "^0.0.1"
}
}