Newer
Older
"name": "@substrate/txwrapper",
"author": "Parity Technologies <[email protected]>",
"description": "Helper functions for offline transaction generation.",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/paritytech/txwrapper",
"build": "rimraf lib/ && tsc -p tsconfig.build.json",
"deploy": "yarn build && standard-version",
"test": "jest"
},
"dependencies": {
"@polkadot/api": "3.3.1",
"@types/jest": "^26.0.0",
"@types/memoizee": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-plugin-prettier": "^3.3.1",
"standard-version": "^9.1.0",
Zeke Mostov
committed
"typedoc": "^0.20.11",
"typedoc-plugin-markdown": "^3.2.1",
"typescript": "^4.0.2"
"acorn": ">=7.1.1",
"kind-of": ">=6.0.3",
"dot-prop": ">=5.1.1"