package.json 634 B
Newer Older
{
  "name": "@amaurymartiny/polkadotjs-wrapper",
  "version": "0.0.1",
  "author": "Amaury Martiny <[email protected]>",
  "description": "Simple wrapper around @polkadot/api",
  "license": "MIT",
  "main": "lib/index.js",
  "repository": "https://github.com/amaurymartiny/polkadotjs-wrapper",
  "scripts": {
Amaury Martiny's avatar
Amaury Martiny committed
    "lint": "tsc --noEmit && eslint . --ext ts",