{ "name": "@substrate/txwrapper", "version": "0.4.2", "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", "deploy": "yarn build && standard-version", "docs": "typedoc", "lint": "tsc --noEmit && eslint . --ext ts", "test": "jest" }, "dependencies": { "@polkadot/api": "^0.100.0-beta.26" }, "devDependencies": { "@amaurymartiny/config": "^1.0.10", "@amaurymartiny/tsconfig": "^1.0.9", "@types/jest": "^24.0.23", "jest": "^24.9.0", "standard-version": "^7.0.1", "ts-jest": "^24.2.0", "typedoc": "^0.15.3", "typedoc-plugin-markdown": "^2.2.11", "typescript": "^3.7.2" } }