{
    "name": "@springrole/springwallet",
    "version": "0.2.2",
    "description": "Wallet for SpringRole users",
    "main": "dist/index.js",
    "scripts": {
        "build": "babel src --out-dir dist",
        "lint": "eslint .",
        "lint:fix": "eslint --fix .",
        "format": "prettier --ignore-path .gitignore --config .prettierrc --write \"**/*.{js,json}\""
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/SpringRole/SpringWallet.git"
    },
    "keywords": [
        "SpringRole",
        "Spring",
        "Token",
        "Secure",
        "Wallet",
        "Attestation",
        "Protocol",
        "VanityURL"
    ],
    "author": "SpringRole <https://github.com/SpringRole>",
    "contributors": [
        {
            "name": "Suraj Rawat",
            "email": "suraj.raw120@gmail.com",
            "url": "https://github.com/nervehammer"
        }
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/SpringRole/SpringWallet/issues"
    },
    "homepage": "https://github.com/SpringRole/SpringWallet#readme",
    "dependencies": {
        "bip39": "^3.0.3",
        "ethereumjs-wallet": "^1.0.1",
        "web3-provider-engine": "^16.0.1"
    },
    "devDependencies": {
        "@babel/cli": "^7.12.10",
        "@babel/core": "^7.12.10",
        "@babel/plugin-transform-runtime": "^7.12.10",
        "@babel/preset-env": "^7.12.11",
        "babel-preset-minify": "^0.5.1",
        "eslint": "^7.18.0",
        "eslint-config-prettier": "^7.1.0",
        "eslint-plugin-prettier": "^3.3.1",
        "husky": "^4.3.8",
        "lint-staged": "^10.5.3",
        "prettier": "^2.2.1"
    },
    "husky": {
        "hooks": {
            "pre-commit": "lint-staged"
        }
    },
    "lint-staged": {
        "*.js": [
            "eslint --ignore-pattern '!.eslintrc.js --fix"
        ],
        "*.{json,css}": [
            "prettier --write"
        ]
    }
}
