tanglepaysdk-l1tol2
Version:
iota shimmer l1 to l2 demo
44 lines (43 loc) • 1.15 kB
JSON
{
"name": "tanglepaysdk-l1tol2",
"version": "0.1.16",
"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"
},
"gitHead": "8cfc31bfa6ea14bca17ae26e45e1c77bf4d9aafe"
}