UNPKG

tanglepay-sdk-monorepo

Version:

DApp SDK to interact with TanglePay wallets

24 lines (23 loc) 603 B
{ "name": "tanglepaysdk-common", "version": "0.1.9", "description": "", "main": "dist/esm/index.js", "types": "dist/index.d.ts", "type": "module", "moduleNameIife": "TanglePaySdkCommon", "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", "test": "jest" }, "author": "", "license": "ISC", "devDependencies": {}, "dependencies": { "web3": "^1.8.2" } }