{
  "name": "@enjin-io/metamask-enjin-adapter",
  "version": "0.1.4",
  "main": "./build/index.js",
  "module": "./build/index.js",
  "types": "./build/index.d.ts",
  "author": "Enjin <contact@enjin.io>",
  "license": "Apache-2.0",
  "homepage": "https://github.com/enjin/metamask-snap-enjin/tree/master/packages/adapter",
  "keywords": [
    "enjin",
    "metamask",
    "snap",
    "substrate"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@polkadot/api": "12.4.2",
    "@polkadot/extension-inject": "0.52.3",
    "@polkadot/types-augment": "12.4.2"
  },
  "scripts": {
    "prebuild": "rm -rf build",
    "build": "yarn run build:lib && yarn run build:types",
    "build:lib": "tsc --build tsconfig.json",
    "build:types": "tsc --emitDeclarationOnly",
    "lint": "yarn run lint:style && yarn run lint:types",
    "lint:types": "tsc --noEmit --pretty",
    "lint:style": "eslint --color 'src/**/*.{js,ts,tsx}'",
    "lint:style:fix": "yarn run lint:style --fix",
    "test": "exit 0"
  },
  "devDependencies": {
    "@types/node": "17.0.45",
    "@typescript-eslint/eslint-plugin": "5.62.0",
    "@typescript-eslint/parser": "5.62.0",
    "eslint": "8.17.0",
    "typescript": "4.7.3"
  }
}