package.json 860 B
Newer Older
  "name": "@amaurymartiny/txwrapper",
Amaury Martiny's avatar
Amaury Martiny committed
  "version": "0.3.2",
  "author": "Amaury Martiny <[email protected]>",
  "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",
Amaury Martiny's avatar
Amaury Martiny committed
    "lint": "tsc --noEmit && eslint . --ext ts",
    "test": "jest"
  },
  "dependencies": {
    "@polkadot/api": "^0.97.0-beta.39"
  },
  "devDependencies": {
    "@amaurymartiny/config": "^1.0.10",