package.json 778 B
Newer Older
{
  "name": "@amaurymartiny/polkadotjs-wrapper",
Amaury Martiny's avatar
Amaury Martiny committed
  "version": "0.0.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/polkadotjs-wrapper",
  "scripts": {
    "build": "rimraf lib/ && tsc",
Amaury Martiny's avatar
Amaury Martiny committed
    "lint": "tsc --noEmit && eslint . --ext ts",
    "prepublish": "yarn build",