{ "name": "@substrate/txwrapper", "version": "3.3.0", "author": "Parity Technologies ", "description": "Helper funtions for offline transaction generation.", "files": [ "lib" ], "license": "Apache-2.0", "main": "lib/index.js", "publishConfig": { "access": "public" }, "repository": "https://github.com/paritytech/txwrapper", "scripts": { "build": "rimraf lib/ && tsc -p tsconfig.build.json", "deploy": "yarn build && standard-version", "docs": "typedoc", "lint": "tsc --noEmit && eslint . --ext ts", "test": "jest" }, "dependencies": { "@polkadot/api": "^1.21.1", "@types/memoizee": "^0.4.3" }, "devDependencies": { "@amaurymartiny/config": "^1.0.10", "@types/jest": "^26.0.0", "jest": "^25.1.0", "standard-version": "^8.0.0", "ts-jest": "^25.0.0", "ts-node": "^8.6.2", "typedoc": "^0.17.0", "typedoc-plugin-markdown": "^2.2.11", "typescript": "^3.8.2" }, "resolutions": { "acorn": ">=7.1.1", "kind-of": ">=6.0.3", "minimist": ">=1.2.2" } }