Newer
Older
"name": "@substrate/txwrapper",
"author": "Parity Technologies <[email protected]>",
"description": "Helper funtions for offline transaction generation.",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/paritytech/txwrapper",
"deploy": "yarn build && standard-version",
"test": "jest"
},
"dependencies": {
"@polkadot/api": "^1.6.1"
},
"devDependencies": {
"@amaurymartiny/config": "^1.0.10",
"@types/jest": "^25.1.1",
"standard-version": "^7.0.1",
},
"resolutions": {
"kind-of": ">=6.0.3"