{ "name": "@amaurymartiny/txwrapper", "version": "0.0.3", "author": "Amaury Martiny ", "description": "Simple wrapper around @polkadot/api", "files": [ "lib" ], "license": "MIT", "main": "lib/index.js", "publishConfig": { "access": "public" }, "repository": "https://github.com/amaurymartiny/txwrapper", "scripts": { "build": "rimraf lib/ && tsc", "docs": "typedoc", "lint": "tsc --noEmit && eslint . --ext ts", "test": "jest" }, "dependencies": { "@polkadot/api": "^0.97.0-beta.39" }, "devDependencies": { "@amaurymartiny/config": "^1.0.10", "@types/jest": "^24.0.23", "jest": "^24.9.0", "ts-jest": "^24.2.0", "typedoc": "^0.15.3", "typedoc-plugin-markdown": "^2.2.11", "typescript": "^3.7.2" } }