{
  "name": "@neo-react/invoker",
  "version": "0.1.0",
  "description": "React component that helps submitting a new transaction in order to invoke smart contracts.",
  "keywords": [
    "neo",
    "blockchain",
    "wallets",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ediopia/neo-react.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "ED <hieddiejung@gmail.com> (https://github.com/ediopia)",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "dist": "dist",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "dist"
  ],
  "scripts": {
    "build": "tsc -b",
    "dist": "tsc -m commonjs --outDir dist",
    "clean": "rimraf ./lib ./dist tsconfig.tsbuildinfo",
    "prepublishOnly": "yarn clean && yarn build && yarn dist",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "peerDependencies": {
    "@neo-react/wallets": "^0.0.7",
    "react": "^16.8",
    "react-dom": "^16.8"
  },
  "dependencies": {
    "@cityofzion/neon-js": "^4.7.0",
    "@neo-react/wallets": "^0.1.0",
    "immer": "^3.1.3",
    "react-clipboard.js": "^2.0.13",
    "react-collapsible": "^2.6.0",
    "react-icons": "^3.7.0"
  },
  "gitHead": "5b5b398ac01486f35c7dccd312671ff4afd7a964"
}
