{
  "name": "forge-xmark-starter",
  "version": "1.4.3",
  "description": "dApp starter build with xmark and javascript that can run on forge powered blockchain",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArcBlock/forge-dapp-starters.git"
  },
  "keywords": [],
  "author": "wangshijun <shijun@arcblock.io> (http://github.com/wangshijun)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/ArcBlock/forge-dapp-starters/issues"
  },
  "homepage": "https://github.com/ArcBlock/forge-dapp-starters#readme",
  "lint-staged": {
    "*.{js,jsx,mjs,ts,tsx,css,less,scss,json,graphql}": [
      "prettier --write",
      "git add"
    ]
  },
  "scripts": {
    "lint": "eslint **/*.js",
    "precommit": "yarn lint",
    "prepush": "yarn lint"
  },
  "dependencies": {
    "@arcblock/forge-wallet": "^1.3.3",
    "@arcblock/graphql-client": "^1.3.4",
    "@arcblock/mcrypto": "^1.2.13",
    "chalk": "^2.4.2",
    "debug": "^4.1.1",
    "inquirer": "^7.0.0",
    "ip": "^1.1.5",
    "lodash": "^4.17.15",
    "shelljs": "^0.8.3"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.3",
    "eslint": "5.16.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.0",
    "husky": "^2.2.0",
    "lint-staged": "^8.1.6",
    "prettier": "^1.17.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "pre-push": "lint-staged"
    }
  },
  "gitHead": "818fb3a2480e518beb675f3560b3548c33c70869"
}
