tanglepay-sdk-monorepo
Version:
DApp SDK to interact with TanglePay wallets
64 lines (63 loc) • 1.87 kB
JSON
{
"name": "tanglepay-sdk-monorepo",
"version": "0.1.9",
"description": "DApp SDK to interact with TanglePay wallets",
"type": "module",
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna run clean",
"build": "lerna run build",
"publish": "lerna publish"
},
"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": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@jest/globals": "^29.4.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"babel-jest": "^29.4.3",
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.3",
"lerna": "^6.5.1",
"prettier": "^2.8.4",
"rimraf": "^4.1.2",
"rollup": "^3.14.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-polyfill-node": "^0.12.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"workspaces": [
"packages/*"
]
}